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