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