Uses of Class
com.microsoft.playwright.ElementHandle.WaitForSelectorOptions
-
Packages that use ElementHandle.WaitForSelectorOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.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.WaitForSelectorOptions Modifier and Type Method Description ElementHandleElementHandleImpl. waitForSelector(java.lang.String selector, ElementHandle.WaitForSelectorOptions options)private ElementHandleElementHandleImpl. waitForSelectorImpl(java.lang.String selector, ElementHandle.WaitForSelectorOptions options)
-