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