What problem does it solve?
It removes the manual coordination of browser navigation, DOM interrogation, and interaction tasks by routing everything through the agent-browser CLI so agents can reliably perform web automation without juggling low-level CDP details.
Core Features & Use Cases
- Deterministic workflows: Navigate pages, capture interactive refs, and chain fills/clicks while the daemon maintains persistent Chrome sessions.
- Authentication and state management: Import browser auth, manage persistent profiles, save/load state files, and use the auth vault to keep credentials out of LLM output while handling OAuth, 2FA, and session expiry.
- Evidence collection & observability: Capture screenshots, PDFs, annotated views, recordings, network har files, and performance traces, then compare snapshots to verify UI changes or regressions for testing and documentation.
Quick Start
Tell the agent to open the target URL with agent-browser, snapshot to gather refs, and then use documented clicks and fills to complete the workflow.