Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsEditableOptions
-
Packages that use LocatorAssertions.IsEditableOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.IsEditableOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsEditableOptions Modifier and Type Method Description LocatorAssertions.IsEditableOptionsLocatorAssertions.IsEditableOptions. setEditable(boolean editable)LocatorAssertions.IsEditableOptionsLocatorAssertions.IsEditableOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsEditableOptions Modifier and Type Method Description voidLocatorAssertions. isEditable(LocatorAssertions.IsEditableOptions options)Ensures theLocatorpoints to an editable element.
-