What problem does it solve? Manually testing web apps, filling forms, scraping pages, and verifying UI behavior is repetitive and error-prone. This Skill gives an AI agent a deterministic CLI to drive Chrome/Chromium directly, so any web interaction can be scripted, replayed, and verified. ## Core Features & Use Cases - Page Interaction via Refs: Take compact accessibility-tree snapshots that assign @refs to elements, then click, fill, select, and drag using those refs instead of brittle CSS selectors. - Auth & Session Management: Save and restore cookies/localStorage state, use named isolated sessions, persistent profiles, and an auth vault so logins (including OAuth and 2FA) only happen once. - Capture & Debugging: Take screenshots, export PDFs, record video, capture Chrome performance profiles, view console errors, and route or mock network requests. - Use Case: Run an exploratory QA pass on a staging web app: open the login page, authenticate once, save the session, then navigate key flows while recording video and screenshots as evidence for a bug report. ## Quick Start Ask the agent to open a website with agent-browser, snapshot the page, and click or fill the elements you describe.