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