Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsEditableOptions
Packages that use LocatorAssertions.IsEditableOptions
-
Uses of LocatorAssertions.IsEditableOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsEditableOptionsModifier and TypeMethodDescriptionLocatorAssertions.IsEditableOptions.setEditable(boolean editable) LocatorAssertions.IsEditableOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsEditableOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.isEditable(LocatorAssertions.IsEditableOptions options) Ensures theLocatorpoints to an editable element. -
Uses of LocatorAssertions.IsEditableOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.IsEditableOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.isEditable(LocatorAssertions.IsEditableOptions options)