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