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