batch_actions
Execute multiple Flutter driver actions sequentially in a single call, with automatic settling between steps. Stops at first error, combining taps, text entry, scrolls, asserts, and more into one batch.
Instructions
Execute multiple actions in a single call. Each action is run sequentially with pumpAndSettle between them. Stops on first error. Supported tools: tap, enter_text, scroll, assert, wait_for, press_key, screenshot, get_text, explore_screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Array of actions to execute sequentially |