Run several browser steps at once
steel_batchExecute a batch of reversible browser steps in one session, pausing on failure or login challenges and resuming later from unrun steps. Stops before payment or final confirmation.
Instructions
Run known reversible steps whose later targets need no fresh read. Stops on failure or login/challenge; hand off the same session and resume only unrun steps. Stop before payment/final confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Steps to run in order. | |
| max_tokens | No | Cap on the text returned, in tokens. Defaults to 8000. | |
| session_id | Yes | Live session_id from steel_session_create. | |
| include_snapshot | No | Return the page structure once, after the last step. |