click_at_position
Clicks at exact screen coordinates, with options for mouse button and double-click, enabling automated UI interaction from macOS screen captures.
Instructions
Click at a specific screen position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| button | No | Mouse button to click | left |
| double_click | No | Whether to double-click |