Uses of Class
com.microsoft.playwright.Page.CloseOptions
Packages that use Page.CloseOptions
-
Uses of Page.CloseOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.CloseOptionsModifier and TypeMethodDescriptionPage.CloseOptions.setRunBeforeUnload(boolean runBeforeUnload) Defaults tofalse.Methods in com.microsoft.playwright with parameters of type Page.CloseOptionsModifier and TypeMethodDescriptionvoidPage.close(Page.CloseOptions options) IfrunBeforeUnloadisfalse, does not run any unload handlers and waits for the page to be closed. -
Uses of Page.CloseOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.CloseOptions