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