Uses of Class
com.microsoft.playwright.BrowserContext.WaitForConditionOptions
-
Packages that use BrowserContext.WaitForConditionOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of BrowserContext.WaitForConditionOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserContext.WaitForConditionOptions Modifier and Type Method Description BrowserContext.WaitForConditionOptionsBrowserContext.WaitForConditionOptions. setTimeout(double timeout)Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type BrowserContext.WaitForConditionOptions Modifier and Type Method Description voidBrowserContext. waitForCondition(java.util.function.BooleanSupplier condition, BrowserContext.WaitForConditionOptions options)The method will block until the condition returns true. -
Uses of BrowserContext.WaitForConditionOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type BrowserContext.WaitForConditionOptions Modifier and Type Method Description voidBrowserContextImpl. waitForCondition(java.util.function.BooleanSupplier predicate, BrowserContext.WaitForConditionOptions options)
-