Uses of Class
com.microsoft.playwright.Page.WaitForConditionOptions
-
Packages that use Page.WaitForConditionOptions Package Description com.microsoft.playwright -
-
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(BooleanSupplier condition, Page.WaitForConditionOptions options)The method will block until the condition returns true.
-