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