batch_actions
Execute multiple browser actions in a single call to streamline multi-step automation. Chain clicks, fills, key presses, selections, and waits into one request, reducing round trips.
Instructions
Execute multiple actions in one call. Each action: {type, ref?, value?, text?, key?, url?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | List of actions to execute sequentially |