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