Uses of Class
com.microsoft.playwright.Locator.ClickOptions
Packages that use Locator.ClickOptions
-
Uses of Locator.ClickOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.ClickOptionsModifier and TypeMethodDescriptionLocator.ClickOptions.setButton(MouseButton button) Defaults toleft.Locator.ClickOptions.setClickCount(int clickCount) defaults to 1.Locator.ClickOptions.setDelay(double delay) Time to wait betweenmousedownandmouseupin milliseconds.Locator.ClickOptions.setForce(boolean force) Whether to bypass the actionability checks.Locator.ClickOptions.setModifiers(List<KeyboardModifier> modifiers) Modifier keys to press.Locator.ClickOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.ClickOptions.setPosition(double x, double y) A point to use relative to the top-left corner of element padding box.Locator.ClickOptions.setPosition(Position position) A point to use relative to the top-left corner of element padding box.Locator.ClickOptions.setTimeout(double timeout) Maximum time in milliseconds.Locator.ClickOptions.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.ClickOptionsModifier and TypeMethodDescriptionvoidLocator.click(Locator.ClickOptions options) Click an element. -
Uses of Locator.ClickOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.ClickOptions