agent_browser_run
Execute low-level browser commands for precise control, including DOM inspection, network debugging, and JS evaluation. Use when you need deterministic, element-by-ref interactions in browser automation.
Instructions
Run a low-level browser command. Use over Stagehand when you need precise, deterministic control — element-by-ref interactions, DOM inspection, network debugging, JS evaluation. Shares the same browser session as Stagehand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments to pass to agent-browser CLI (e.g. 'snapshot -i', 'click @e2', 'open https://example.com') |