Uses of Class
com.microsoft.playwright.Locator.IsCheckedOptions
Packages that use Locator.IsCheckedOptions
-
Uses of Locator.IsCheckedOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.IsCheckedOptionsModifier and TypeMethodDescriptionLocator.IsCheckedOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.IsCheckedOptionsModifier and TypeMethodDescriptionbooleanLocator.isChecked(Locator.IsCheckedOptions options) Returns whether the element is checked. -
Uses of Locator.IsCheckedOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.IsCheckedOptionsModifier and TypeMethodDescriptionbooleanLocatorImpl.isChecked(Locator.IsCheckedOptions options)