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