What problem does it solve? Manually testing web pages, filling forms, and scraping page content is repetitive and error-prone. This Skill gives an AI agent full control of a real browser through a CLI, so navigation, clicking, typing, screenshots, and data extraction can be scripted and automated. ## Core Features & Use Cases - Element Interaction via Refs: Snapshot a page to get interactive elements with refs like @e1, then click, fill, hover, drag, or upload files against those refs. - Page Capture & Inspection: Take screenshots, export PDFs, record videos, read console logs and page errors, and extract text, HTML, attributes, and element state. - Sessions, Profiles & Network Control: Run isolated parallel sessions, persist login state with profiles, intercept or mock network requests, and manage cookies and storage. - Use Case: Automate an end-to-end login flow test: open the login page, snapshot the form, fill credentials, submit, wait for the dashboard URL, then save the authenticated state for reuse in later runs. ## Quick Start Ask the agent to open a website with agent-browser, snapshot the interactive elements, fill in the login form, and take a screenshot of the result.