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