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