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.WaitForSelectorOptions
ElementHandle.WaitForSelectorOptions. withState(ElementHandle.WaitForSelectorOptions.State state)
ElementHandle.WaitForSelectorOptions
ElementHandle.WaitForSelectorOptions. withTimeout(Integer timeout)
Methods in com.microsoft.playwright with parameters of type ElementHandle.WaitForSelectorOptions Modifier and Type Method Description Deferred<ElementHandle>
ElementHandle. waitForSelector(String selector, ElementHandle.WaitForSelectorOptions options)
Returns element specified by selector satisfiesstate
option.
-