Uses of Class
com.microsoft.playwright.Page.ClickOptions
-
Packages that use Page.ClickOptions Package Description com.microsoft.playwright -
-
Uses of Page.ClickOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.ClickOptions Modifier and Type Method Description Page.ClickOptionsPage.ClickOptions. setButton(MouseButton button)Defaults toleft.Page.ClickOptionsPage.ClickOptions. setClickCount(int clickCount)defaults to 1.Page.ClickOptionsPage.ClickOptions. setDelay(double delay)Time to wait betweenmousedownandmouseupin milliseconds.Page.ClickOptionsPage.ClickOptions. setForce(boolean force)Whether to bypass the actionability checks.Page.ClickOptionsPage.ClickOptions. setModifiers(List<KeyboardModifier> modifiers)Modifier keys to press.Page.ClickOptionsPage.ClickOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Page.ClickOptionsPage.ClickOptions. setPosition(double x, double y)A point to use relative to the top-left corner of element padding box.Page.ClickOptionsPage.ClickOptions. setPosition(Position position)A point to use relative to the top-left corner of element padding box.Page.ClickOptionsPage.ClickOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.ClickOptionsPage.ClickOptions. setTimeout(double timeout)Maximum time in milliseconds.Page.ClickOptionsPage.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 Page.ClickOptions Modifier and Type Method Description voidPage. click(String selector, Page.ClickOptions options)This method clicks an element matchingselectorby performing the following steps: Find an element matchingselector.
-