Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsDisabledOptions
Packages that use LocatorAssertions.IsDisabledOptions
-
Uses of LocatorAssertions.IsDisabledOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsDisabledOptionsModifier and TypeMethodDescriptionLocatorAssertions.IsDisabledOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsDisabledOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.isDisabled(LocatorAssertions.IsDisabledOptions options) Ensures theLocatorpoints to a disabled element. -
Uses of LocatorAssertions.IsDisabledOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.IsDisabledOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.isDisabled(LocatorAssertions.IsDisabledOptions options)