Batch Actions
batch_actionsExecute a sequence of browser actions (click, type, scroll) in one MCP call, with optional delays between steps to simulate human behavior and reduce round-trip overhead.
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. |