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