computer_mouse_down
Press and hold a mouse button at the current or specified screen coordinates, choosing left, right, or middle. Use this to initiate drag-and-drop or sustain button states for Mac automation.
Instructions
Press and hold a mouse button.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Optional X coordinate (uses current position if not specified) | |
| y | No | Optional Y coordinate (uses current position if not specified) | |
| button | No | Mouse button - 'left', 'right', or 'middle' (default: 'left') | left |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||