Uses of Class
com.microsoft.playwright.Locator.IsEditableOptions
-
Packages that use Locator.IsEditableOptions Package Description com.microsoft.playwright -
-
Uses of Locator.IsEditableOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.IsEditableOptions Modifier and Type Method Description Locator.IsEditableOptionsLocator.IsEditableOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.IsEditableOptions Modifier and Type Method Description booleanLocator. isEditable(Locator.IsEditableOptions options)Returns whether the element is editable.
-