What problem does it solve? Manually testing web pages, filling repetitive forms, and scraping page content is slow and error-prone. This Skill lets an AI agent drive a real browser through simple CLI commands, turning multi-step web interactions into scripted, repeatable operations. ## Core Features & Use Cases - Page Interaction via Refs: Snapshot a page to get interactive elements with refs like @e1, then click, fill, hover, or select using those refs. - Screenshots & Data Extraction: Capture full-page screenshots and extract element text, input values, page titles, and URLs, with optional JSON output for parsing. - Sessions & Auth State: Run parallel browser sessions and save/load authentication state to skip repeated logins. - Use Case: Automate an end-to-end login test by opening the login page, filling credentials, submitting the form, waiting for the dashboard redirect, and saving the authenticated state for later runs. ## Quick Start Open example.com in the browser, take an interactive snapshot, and click the first button you find.