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