What problem does it solve?
agent-browser removes the friction of manually browsing websites by letting an AI drive a real browser to navigate, fill forms, click controls, wait for content to load, and extract results with minimal back-and-forth.
Core Features & Use Cases
- End-to-end browser automation: open pages, wait for load/conditions, interact with UI elements, and capture evidence via screenshots or PDFs.
- AI-friendly element addressing: use snapshot-generated refs (@e1, @e2, …) or semantic locators (role/text/label/testid) to reliably target elements.
- Session persistence & robustness: maintain independent named sessions and reuse saved auth state to avoid repeated logins.
Use Case: You need to submit a signup form on a dynamic web app, then confirm you landed on the dashboard and save a screenshot of the final state for review.
Quick Start
Use the agent-browser skill to navigate to a website, snapshot interactive elements, fill the login form, submit it, wait for the dashboard to load, and then extract the page title.