adb_batch_actions
Execute multiple ADB input actions in one call to reduce round-trips for multi-step UI interactions. Supports taps, swipes, keyevents, and more with sequential execution and optional delays.
Instructions
Execute multiple input actions in a single tool call. Reduces ADB round-trips for multi-step UI interactions. Each action runs sequentially with an optional delay between them. Supported action types: tap, swipe, fling, long_press, double_tap, keyevent, text, drag, pinch, back, home, sleep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Array of actions to execute (1-50) | |
| delayMs | No | Delay between actions in ms (0-5000, default 100) | |
| stopOnError | No | Stop execution if any action fails (default true) | |
| device | No | Device serial |