Uses of Class
com.microsoft.playwright.Locator.ElementHandleOptions
-
Packages that use Locator.ElementHandleOptions Package Description com.microsoft.playwright -
-
Uses of Locator.ElementHandleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.ElementHandleOptions Modifier and Type Method Description Locator.ElementHandleOptionsLocator.ElementHandleOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.ElementHandleOptions Modifier and Type Method Description ElementHandleLocator. elementHandle(Locator.ElementHandleOptions options)Resolves given locator to the first matching DOM element.
-