Uses of Class
com.microsoft.playwright.Frame.IsCheckedOptions
-
Packages that use Frame.IsCheckedOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Frame.IsCheckedOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.IsCheckedOptions Modifier and Type Method Description Frame.IsCheckedOptionsFrame.IsCheckedOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Frame.IsCheckedOptionsFrame.IsCheckedOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.IsCheckedOptions Modifier and Type Method Description booleanFrame. isChecked(java.lang.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.IsCheckedOptions Modifier and Type Method Description booleanFrameImpl. isChecked(java.lang.String selector, Frame.IsCheckedOptions options)(package private) booleanFrameImpl. isCheckedImpl(java.lang.String selector, Frame.IsCheckedOptions options)
-