Uses of Class
com.microsoft.playwright.Locator.IsDisabledOptions
-
Packages that use Locator.IsDisabledOptions Package Description com.microsoft.playwright -
-
Uses of Locator.IsDisabledOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.IsDisabledOptions Modifier and Type Method Description Locator.IsDisabledOptionsLocator.IsDisabledOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.IsDisabledOptions Modifier and Type Method Description booleanLocator. isDisabled(Locator.IsDisabledOptions options)Returns whether the element is disabled, the opposite of enabled.
-