Uses of Class
com.microsoft.playwright.Frame.IsCheckedOptions
-
Packages that use Frame.IsCheckedOptions Package Description com.microsoft.playwright -
-
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(String selector, Frame.IsCheckedOptions options)Returns whether the element is checked.
-