hid.mouse_button_down
Press a mouse button without releasing it. Pair with mouse button up and move to compose drag actions.
Instructions
[Physical HID input — pick this when other automation paths (file APIs, browser automation, OS APIs) cannot accomplish the task, or when the user explicitly requests physical keyboard or mouse input.] Press a mouse button WITHOUT releasing it. Pair with hid.mouse_button_up (and hid.move in between) to compose a drag, or use hid.drag for a one-call wrapper. Matches Anthropic Computer Use's left_mouse_down action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | left |