Uses of Class
com.microsoft.playwright.Locator.EvaluateHandleOptions
-
Packages that use Locator.EvaluateHandleOptions Package Description com.microsoft.playwright -
-
Uses of Locator.EvaluateHandleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.EvaluateHandleOptions Modifier and Type Method Description Locator.EvaluateHandleOptionsLocator.EvaluateHandleOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.EvaluateHandleOptions Modifier and Type Method Description JSHandleLocator. evaluateHandle(String expression, Object arg, Locator.EvaluateHandleOptions options)Execute JavaScript code in the page, taking the matching element as an argument, and return aJSHandlewith the result.
-