mouse_click
Click a mouse button at the current cursor position or after moving to specific x,y coordinates. Use left, middle, or right buttons for precise control.
Instructions
Click a mouse button. If x and y are provided, the pointer moves there first; otherwise clicks at the current pointer location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | Default: left. | |
| x | No | ||
| y | No |