| name | browser-automation |
| description | Browse websites interactively — open pages, click elements, fill forms, take screenshots, extract data |
| version | 1.0.0 |
| tools | ["browser","bash"] |
| triggers | ["browse","open the website","go to","take a screenshot","fill out the form"] |
Browser Automation
Use agent-browser to interact with web pages in a real browser environment.
Quick Reference
agent-browser open <url>
agent-browser snapshot -i
agent-browser click @e3
agent-browser fill @e5 "text"
agent-browser screenshot
agent-browser pdf
Process
- Open the target URL with
agent-browser open <url>
- Take a snapshot with
agent-browser snapshot -i to see interactive elements
- Elements are labeled with references like
@e1, @e2 — use these in commands
- Interact as needed (click, fill, scroll, screenshot)
- Extract the data or confirm the action completed
Guidelines
- Always snapshot after navigation to see what's on the page
- Use screenshots when the user needs visual confirmation
- For multi-step forms, snapshot after each submission to verify success