Uses of Class
com.microsoft.playwright.Locator.FocusOptions
-
Packages that use Locator.FocusOptions Package Description com.microsoft.playwright -
-
Uses of Locator.FocusOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.FocusOptions Modifier and Type Method Description Locator.FocusOptionsLocator.FocusOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.FocusOptions Modifier and Type Method Description voidLocator. focus(Locator.FocusOptions options)Calls focus on the matching element.
-