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