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