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