Uses of Class
com.microsoft.playwright.Frame.IsEnabledOptions
Packages that use Frame.IsEnabledOptions
-
Uses of Frame.IsEnabledOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.IsEnabledOptionsModifier and TypeMethodDescriptionFrame.IsEnabledOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Frame.IsEnabledOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.IsEnabledOptionsModifier and TypeMethodDescriptionbooleanFrame.isEnabled(String selector, Frame.IsEnabledOptions options) Returns whether the element is enabled. -
Uses of Frame.IsEnabledOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.IsEnabledOptionsModifier and TypeMethodDescriptionbooleanFrameImpl.isEnabled(String selector, Frame.IsEnabledOptions options) (package private) booleanFrameImpl.isEnabledImpl(String selector, Frame.IsEnabledOptions options)