Uses of Class
com.microsoft.playwright.Page.WaitForSelectorOptions
Packages that use Page.WaitForSelectorOptions
-
Uses of Page.WaitForSelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForSelectorOptionsModifier and TypeMethodDescriptionPage.WaitForSelectorOptions.setState(WaitForSelectorState state) Defaults to"visible".Page.WaitForSelectorOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Page.WaitForSelectorOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForSelectorOptionsModifier and TypeMethodDescriptionPage.waitForSelector(String selector, Page.WaitForSelectorOptions options) Returns when element specified by selector satisfiesstateoption. -
Uses of Page.WaitForSelectorOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForSelectorOptionsModifier and TypeMethodDescriptionPageImpl.waitForSelector(String selector, Page.WaitForSelectorOptions options)