Uses of Class
com.microsoft.playwright.Locator.EvaluateHandleOptions
Packages that use Locator.EvaluateHandleOptions
-
Uses of Locator.EvaluateHandleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.EvaluateHandleOptionsModifier and TypeMethodDescriptionLocator.EvaluateHandleOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.EvaluateHandleOptionsModifier and TypeMethodDescriptionLocator.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. -
Uses of Locator.EvaluateHandleOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.EvaluateHandleOptionsModifier and TypeMethodDescriptionLocatorImpl.evaluateHandle(String expression, Object arg, Locator.EvaluateHandleOptions options)