Uses of Class
com.microsoft.playwright.ElementHandle.SelectTextOptions
-
Packages that use ElementHandle.SelectTextOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of ElementHandle.SelectTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return ElementHandle.SelectTextOptions Modifier and Type Method Description ElementHandle.SelectTextOptionsElementHandle.SelectTextOptions. setForce(boolean force)Whether to bypass the actionability checks.ElementHandle.SelectTextOptionsElementHandle.SelectTextOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type ElementHandle.SelectTextOptions Modifier and Type Method Description voidElementHandle. 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.SelectTextOptions Modifier and Type Method Description voidElementHandleImpl. selectText(ElementHandle.SelectTextOptions options)private voidElementHandleImpl. selectTextImpl(ElementHandle.SelectTextOptions options)
-