Uses of Class
com.microsoft.playwright.Page.UncheckOptions
-
Packages that use Page.UncheckOptions Package Description com.microsoft.playwright -
-
Uses of Page.UncheckOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.UncheckOptions Modifier and Type Method Description Page.UncheckOptionsPage.UncheckOptions. setForce(boolean force)Whether to bypass the actionability checks.Page.UncheckOptionsPage.UncheckOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Page.UncheckOptionsPage.UncheckOptions. setPosition(double x, double y)A point to use relative to the top-left corner of element padding box.Page.UncheckOptionsPage.UncheckOptions. setPosition(Position position)A point to use relative to the top-left corner of element padding box.Page.UncheckOptionsPage.UncheckOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.UncheckOptionsPage.UncheckOptions. setTimeout(double timeout)Maximum time in milliseconds.Page.UncheckOptionsPage.UncheckOptions. 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.UncheckOptions Modifier and Type Method Description voidPage. uncheck(String selector, Page.UncheckOptions options)This method unchecks an element matchingselectorby performing the following steps: Find an element matchingselector.
-