Uses of Class
com.microsoft.playwright.Page.SetCheckedOptions
-
Packages that use Page.SetCheckedOptions Package Description com.microsoft.playwright -
-
Uses of Page.SetCheckedOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.SetCheckedOptions Modifier and Type Method Description Page.SetCheckedOptionsPage.SetCheckedOptions. setForce(boolean force)Whether to bypass the actionability checks.Page.SetCheckedOptionsPage.SetCheckedOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Page.SetCheckedOptionsPage.SetCheckedOptions. setPosition(double x, double y)A point to use relative to the top-left corner of element padding box.Page.SetCheckedOptionsPage.SetCheckedOptions. setPosition(Position position)A point to use relative to the top-left corner of element padding box.Page.SetCheckedOptionsPage.SetCheckedOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.SetCheckedOptionsPage.SetCheckedOptions. setTimeout(double timeout)Maximum time in milliseconds.Page.SetCheckedOptionsPage.SetCheckedOptions. setTrial(boolean trial)When set, this method only performs the actionability checks and skips the action.Methods in com.microsoft.playwright with parameters of type Page.SetCheckedOptions Modifier and Type Method Description voidPage. setChecked(String selector, boolean checked, Page.SetCheckedOptions options)This method checks or unchecks an element matchingselectorby performing the following steps: Find an element matchingselector.
-