What problem does it solve?
This skill automates browser interactions for testing, form filling, screenshots, and data extraction, reducing manual effort and increasing consistency across web workflows.
Core Features & Use Cases
- Automated Web Navigation: Open pages, switch between URLs, and manage multiple sessions.
- Interaction & Form Handling: Fill inputs, click elements, submit forms, and capture results.
- Visual Verification & Data Capture: Take screenshots, extract text and metadata, and validate UI flows.
- Use Case: QA teams automatically test checkout flows, collect data, and generate screenshots for dashboards.
Quick Start
Use the agent-browser to open a page, snapshot interactive elements, interact with elements via refs, capture outputs, and close the browser when done.
agent-browser open https://example.com
agent-browser snapshot -i
agent-browser click @e1
agent-browser fill @e2 "sample"
agent-browser screenshot
agent-browser close