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