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.IsEnabledOptions
Frame.IsEnabledOptions. setStrict(boolean strict)
When true, the call requires selector to resolve to a single element.Frame.IsEnabledOptions
Frame.IsEnabledOptions. setTimeout(double timeout)
Maximum time in milliseconds, defaults to 30 seconds, pass0
to disable timeout.Methods in com.microsoft.playwright with parameters of type Frame.IsEnabledOptions Modifier and Type Method Description boolean
Frame. isEnabled(String selector, Frame.IsEnabledOptions options)
Returns whether the element is enabled.
-