Uses of Class
com.microsoft.playwright.Locator.IsCheckedOptions
-
Packages that use Locator.IsCheckedOptions Package Description com.microsoft.playwright -
-
Uses of Locator.IsCheckedOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.IsCheckedOptions Modifier and Type Method Description Locator.IsCheckedOptionsLocator.IsCheckedOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.IsCheckedOptions Modifier and Type Method Description booleanLocator. isChecked(Locator.IsCheckedOptions options)Returns whether the element is checked.
-