Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsCheckedOptions
-
Packages that use LocatorAssertions.IsCheckedOptions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
Uses of LocatorAssertions.IsCheckedOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsCheckedOptions Modifier and Type Method Description LocatorAssertions.IsCheckedOptionsLocatorAssertions.IsCheckedOptions. setChecked(boolean checked)LocatorAssertions.IsCheckedOptionsLocatorAssertions.IsCheckedOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsCheckedOptions Modifier and Type Method Description voidLocatorAssertions. isChecked(LocatorAssertions.IsCheckedOptions options)Ensures theLocatorpoints to a checked input. -
Uses of LocatorAssertions.IsCheckedOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.IsCheckedOptions Modifier and Type Method Description voidLocatorAssertionsImpl. isChecked(LocatorAssertions.IsCheckedOptions options)
-