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