Uses of Class
com.microsoft.playwright.Page.IsDisabledOptions
Packages that use Page.IsDisabledOptions
-
Uses of Page.IsDisabledOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.IsDisabledOptionsModifier and TypeMethodDescriptionPage.IsDisabledOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Page.IsDisabledOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.IsDisabledOptionsModifier and TypeMethodDescriptionbooleanPage.isDisabled(String selector, Page.IsDisabledOptions options) Returns whether the element is disabled, the opposite of enabled. -
Uses of Page.IsDisabledOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.IsDisabledOptionsModifier and TypeMethodDescriptionbooleanPageImpl.isDisabled(String selector, Page.IsDisabledOptions options)