mouse_click
Click the mouse at specified screen coordinates. Choose left, right, or middle button and single, double, or triple click to control macOS applications.
Instructions
Click the mouse at specified coordinates. Supports left/right/middle button and single/double/triple click. Defaults: button=left, clicks=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| button | No | Mouse button (default: left) | |
| clicks | No | Number of clicks: 1=single, 2=double, 3=triple (default: 1) |