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