Batch Actions
batch_actionsExecute multiple browser actions sequentially in a single MCP call to eliminate round-trip overhead. Chain clicks, typing, scrolling, and delays for humanized automation.
Instructions
Execute multiple browser actions sequentially in a single MCP call. Eliminates round-trip overhead for humanization sequences (e.g. Bezier mouse paths, typed text with delays). Each action can have an optional delayAfter (ms) to pause between steps. Returns a single result with the outcome of each action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID. | |
| actions | Yes | Array of actions to execute sequentially. |