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