Uses of Class
com.microsoft.playwright.Locator.IsEditableOptions
Packages that use Locator.IsEditableOptions
-
Uses of Locator.IsEditableOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.IsEditableOptionsModifier and TypeMethodDescriptionLocator.IsEditableOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.IsEditableOptionsModifier and TypeMethodDescriptionbooleanLocator.isEditable(Locator.IsEditableOptions options) Returns whether the element is editable. -
Uses of Locator.IsEditableOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.IsEditableOptionsModifier and TypeMethodDescriptionbooleanLocatorImpl.isEditable(Locator.IsEditableOptions options)