browser_mouse_click_xy
Click a mouse button at specified X and Y coordinates to interact with page elements. Select left, right, or middle buttons, set click count, and add an optional delay between press and release.
Instructions
Click mouse button at a given position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| delay | No | Time to wait between mouse down and mouse up in milliseconds, defaults to 0 | |
| button | No | Button to click, defaults to left | |
| clickCount | No | Number of clicks, defaults to 1 |