What problem does it solve? Manual web browsing for testing, scraping, and form filling is slow and error-prone, and raw DOM dumps overwhelm AI context windows. This Skill automates browser control with compact accessibility snapshots that reduce context usage by 93% through element references. ## Core Features & Use Cases - AI-Optimized Snapshots: Capture interactive elements only with refs like @e1, @e2 instead of full DOM trees. - Full Interaction Set: Click, fill, type, hover, select, scroll, and wait for elements, text, URLs, or network states. - Multi-Session Support: Run isolated parallel sessions and share saved authentication state between agents. - Use Case: Automate a login flow by opening a page, snapshotting interactive elements, filling credentials via refs, clicking submit, and waiting for the dashboard URL. ## Quick Start Ask the agent to open a website, take an interactive snapshot, and fill in and submit the login form using element refs.