browser_surface
Control browser automation in parallel AI agent workspaces to open pages, interact with elements, execute scripts, and capture screenshots.
Instructions
Interact with a browser surface (open, navigate, snapshot, click, type, eval, wait)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Browser action to perform | |
| surface | No | Target surface ref | |
| workspace | No | Target workspace ref | |
| url | No | URL for open/goto actions | |
| selector | No | CSS selector for click/type/wait actions | |
| text | No | Text for type action | |
| script | No | JavaScript for eval action | |
| timeout_ms | No | Timeout for wait action |