Uses of Class
com.microsoft.playwright.BrowserContext.WaitForPageOptions
-
Packages that use BrowserContext.WaitForPageOptions Package Description com.microsoft.playwright -
-
Uses of BrowserContext.WaitForPageOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserContext.WaitForPageOptions Modifier and Type Method Description BrowserContext.WaitForPageOptionsBrowserContext.WaitForPageOptions. setPredicate(Predicate<Page> predicate)Receives thePageobject and resolves to truthy value when the waiting should resolve.BrowserContext.WaitForPageOptionsBrowserContext.WaitForPageOptions. setTimeout(double timeout)Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type BrowserContext.WaitForPageOptions Modifier and Type Method Description PageBrowserContext. waitForPage(BrowserContext.WaitForPageOptions options, Runnable callback)Performs action and waits for a newPageto be created in the context.
-