Uses of Class
com.microsoft.playwright.Page.WaitForCloseOptions
Packages that use Page.WaitForCloseOptions
-
Uses of Page.WaitForCloseOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForCloseOptionsModifier and TypeMethodDescriptionPage.WaitForCloseOptions.setTimeout(double timeout) Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForCloseOptionsModifier and TypeMethodDescriptionPage.waitForClose(Page.WaitForCloseOptions options, Runnable callback) Performs action and waits for the Page to close. -
Uses of Page.WaitForCloseOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForCloseOptionsModifier and TypeMethodDescriptionPageImpl.waitForClose(Page.WaitForCloseOptions options, Runnable code) private PagePageImpl.waitForCloseImpl(Page.WaitForCloseOptions options, Runnable code)