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