batch_actions
Execute multiple mouse, keyboard, and scroll actions in a single call to minimize latency when controlling the screen.
Instructions
Execute a sequence of input actions (mouse_move, left_click, right_click, double_click, scroll, key_combo, type_text, wait) in one call to reduce round-trips. Coordinates are in screenshot space. Take a screenshot separately afterwards to observe the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Ordered list of input actions to execute in a single call. |