Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsDisabledOptions
-
Packages that use LocatorAssertions.IsDisabledOptions Package Description com.microsoft.playwright.assertions -
-
Uses of LocatorAssertions.IsDisabledOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsDisabledOptions Modifier and Type Method Description LocatorAssertions.IsDisabledOptionsLocatorAssertions.IsDisabledOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsDisabledOptions Modifier and Type Method Description voidLocatorAssertions. isDisabled(LocatorAssertions.IsDisabledOptions options)Ensures theLocatorpoints to a disabled element.
-