Uses of Class
com.microsoft.playwright.Locator.SelectTextOptions
-
Packages that use Locator.SelectTextOptions Package Description com.microsoft.playwright -
-
Uses of Locator.SelectTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.SelectTextOptions Modifier and Type Method Description Locator.SelectTextOptionsLocator.SelectTextOptions. setForce(boolean force)Whether to bypass the actionability checks.Locator.SelectTextOptionsLocator.SelectTextOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.SelectTextOptions Modifier and Type Method Description voidLocator. selectText(Locator.SelectTextOptions options)This method waits for actionability checks, then focuses the element and selects all its text content.
-