Uses of Class
com.microsoft.playwright.Page.IsEditableOptions
-
Packages that use Page.IsEditableOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.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.IsEditableOptions Modifier and Type Method Description booleanPageImpl. isEditable(java.lang.String selector, Page.IsEditableOptions options)
-