exec_python
Runs arbitrary Python code in the browser automation daemon namespace with all helpers pre-bound and top-level await support, enabling multi-step browser workflows to be executed in a single round trip when no dedicated tool fits the task.
Instructions
Escape hatch: run arbitrary Python in the daemon namespace (all helpers pre-bound, top-level await allowed). Use when no single tool fits — e.g. multi-step flows in one round trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python source |