Uses of Class
com.microsoft.playwright.Locator.UncheckOptions
Packages that use Locator.UncheckOptions
-
Uses of Locator.UncheckOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.UncheckOptionsModifier and TypeMethodDescriptionLocator.UncheckOptions.setForce(boolean force) Whether to bypass the actionability checks.Locator.UncheckOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.UncheckOptions.setPosition(double x, double y) A point to use relative to the top-left corner of element padding box.Locator.UncheckOptions.setPosition(Position position) A point to use relative to the top-left corner of element padding box.Locator.UncheckOptions.setTimeout(double timeout) Maximum time in milliseconds.Locator.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 Locator.UncheckOptionsModifier and TypeMethodDescriptionvoidLocator.uncheck(Locator.UncheckOptions options) Ensure that checkbox or radio element is unchecked. -
Uses of Locator.UncheckOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.UncheckOptions