Uses of Class
com.microsoft.playwright.Locator.IsEnabledOptions
Packages that use Locator.IsEnabledOptions
-
Uses of Locator.IsEnabledOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.IsEnabledOptionsModifier and TypeMethodDescriptionLocator.IsEnabledOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.IsEnabledOptionsModifier and TypeMethodDescriptionbooleanLocator.isEnabled(Locator.IsEnabledOptions options) Returns whether the element is enabled. -
Uses of Locator.IsEnabledOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.IsEnabledOptionsModifier and TypeMethodDescriptionbooleanLocatorImpl.isEnabled(Locator.IsEnabledOptions options)