Uses of Class
com.microsoft.playwright.Page.IsEditableOptions
Packages that use Page.IsEditableOptions
-
Uses of Page.IsEditableOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.IsEditableOptionsModifier and TypeMethodDescriptionPage.IsEditableOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Page.IsEditableOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.IsEditableOptionsModifier and TypeMethodDescriptionbooleanPage.isEditable(String selector, Page.IsEditableOptions options) Returns whether the element is editable. -
Uses of Page.IsEditableOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.IsEditableOptionsModifier and TypeMethodDescriptionbooleanPageImpl.isEditable(String selector, Page.IsEditableOptions options)