Uses of Class
com.microsoft.playwright.Page.IsCheckedOptions
-
Packages that use Page.IsCheckedOptions Package Description com.microsoft.playwright -
-
Uses of Page.IsCheckedOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.IsCheckedOptions Modifier and Type Method Description Page.IsCheckedOptionsPage.IsCheckedOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.IsCheckedOptionsPage.IsCheckedOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.IsCheckedOptions Modifier and Type Method Description booleanPage. isChecked(String selector, Page.IsCheckedOptions options)Returns whether the element is checked.
-