mit einem Klick
browser
// Automate browser interactions using the Browserbase browse CLI. Use when a task requires navigating websites, reading page state, clicking elements, filling forms, or validating browser results with the browse command.
// Automate browser interactions using the Browserbase browse CLI. Use when a task requires navigating websites, reading page state, clicking elements, filling forms, or validating browser results with the browse command.
| name | browser |
| description | Automate browser interactions using the Browserbase browse CLI. Use when a task requires navigating websites, reading page state, clicking elements, filling forms, or validating browser results with the browse command. |
Automate browser interactions using the browse CLI with Claude.
Do not install packages during evals. The eval harness provides browse on PATH and pins it to the active benchmark session.
The eval harness pins browse to one isolated session and preselects the intended environment.
Prefer browse snapshot over screenshots. It returns a structured accessibility tree with element refs that can be used for interactions.
Only use screenshots when visual layout or image content is necessary.
Useful state checks:
browse status
browse get url
browse get title
browse snapshot
Typical flow:
browse open <url>.browse snapshot to inspect structure and element refs.browse snapshot or another state check to verify the result.Common interaction patterns:
browse click <ref>
browse type <text>
browse press <key>
browse fill <selector> <value>
browse wait timeout <ms>
browse snapshot when possible.browse command.When finished, report the benchmark result in the exact EVAL_RESULT format requested by the harness prompt.