exec_python
Run arbitrary Python code in a daemon namespace with pre-bound helpers, enabling multi-step automation and custom logic within browser workflows.
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 |