Uses of Class
com.microsoft.playwright.Locator.SetCheckedOptions
-
Packages that use Locator.SetCheckedOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Locator.SetCheckedOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.SetCheckedOptions Modifier and Type Method Description Locator.SetCheckedOptionsLocator.SetCheckedOptions. setForce(boolean force)Whether to bypass the actionability checks.Locator.SetCheckedOptionsLocator.SetCheckedOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.SetCheckedOptionsLocator.SetCheckedOptions. setPosition(double x, double y)A point to use relative to the top-left corner of element padding box.Locator.SetCheckedOptionsLocator.SetCheckedOptions. setPosition(Position position)A point to use relative to the top-left corner of element padding box.Locator.SetCheckedOptionsLocator.SetCheckedOptions. setTimeout(double timeout)Maximum time in milliseconds.Locator.SetCheckedOptionsLocator.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 Locator.SetCheckedOptions Modifier and Type Method Description voidLocator. setChecked(boolean checked, Locator.SetCheckedOptions options)Set the state of a checkbox or a radio element. -
Uses of Locator.SetCheckedOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.SetCheckedOptions Modifier and Type Method Description voidLocatorImpl. setChecked(boolean checked, Locator.SetCheckedOptions options)
-