adb_batch_actions
Execute multiple ADB input actions (tap, swipe, text, key events) in a single batch call to reduce round-trips and speed up multi-step UI automation.
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 |