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