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.IsEditableOptions
Page.IsEditableOptions. setStrict(boolean strict)
When true, the call requires selector to resolve to a single element.Page.IsEditableOptions
Page.IsEditableOptions. setTimeout(double timeout)
Maximum time in milliseconds, defaults to 30 seconds, pass0
to disable timeout.Methods in com.microsoft.playwright with parameters of type Page.IsEditableOptions Modifier and Type Method Description boolean
Page. isEditable(String selector, Page.IsEditableOptions options)
Returns whether the element is editable.
-