Uses of Class
com.microsoft.playwright.Page.WaitForConditionOptions
Packages that use Page.WaitForConditionOptions
-
Uses of Page.WaitForConditionOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForConditionOptionsModifier and TypeMethodDescriptionPage.WaitForConditionOptions.setTimeout(double timeout) Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForConditionOptionsModifier and TypeMethodDescriptionvoidPage.waitForCondition(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.WaitForConditionOptionsModifier and TypeMethodDescriptionvoidPageImpl.waitForCondition(BooleanSupplier predicate, Page.WaitForConditionOptions options)