What problem does it solve?
This Skill automates browser interactions for web testing, form filling, screenshots, and data extraction, reducing repetitive manual tasks and increasing reliability.
Core Features & Use Cases
- Navigate to webpages and manage browser sessions programmatically.
- Snapshot elements by refs or semantic locators, then automate clicks, fills, and data extraction.
- Take screenshots, wait for page states, and verify results for testing and QA workflows.
- Example use cases include automated login flows, multi-page form submissions, and cross-site data capture.
Quick Start
Use the agent-browser command to open a URL, snapshot interactive elements, interact with elements via refs or semantic locators, wait for results, and capture outputs.
agent-browser open https://example.com
agent-browser snapshot -i
agent-browser click @e1
agent-browser fill @e2 "text"
agent-browser screenshot