Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.IsCheckedOptions
Packages that use LocatorAssertions.IsCheckedOptions
-
Uses of LocatorAssertions.IsCheckedOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.IsCheckedOptionsModifier and TypeMethodDescriptionLocatorAssertions.IsCheckedOptions.setChecked(boolean checked) LocatorAssertions.IsCheckedOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.IsCheckedOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.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.IsCheckedOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.isChecked(LocatorAssertions.IsCheckedOptions options)