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