What problem does it solve? Manual QA testing and deployment verification require opening a browser, clicking through flows, and gathering evidence by hand. This Skill gives an AI agent a fast persistent headless Chromium session to navigate pages, interact with elements, and capture proof automatically. ## Core Features & Use Cases - Interactive Page Testing: Navigate URLs, click elements, fill forms, upload files, and handle dialogs using CSS selectors or snapshot refs like @e3. - State Verification & Diffing: Assert element states (visible, enabled, checked), diff snapshots before and after actions, and compare two environments such as staging versus production. - Evidence Capture: Take annotated screenshots, responsive layout screenshots across mobile/tablet/desktop viewports, and collect console errors and network request logs. - Session Reuse: Import cookies from real Chromium browsers (Chrome, Arc, Brave, Edge, Comet) via a local cookie picker UI to test authenticated flows. - Use Case: After deploying a new login flow, run snapshot to list interactive elements, fill credentials, submit, then diff the snapshot and screenshot the dashboard to confirm the flow works. ## Quick Start Ask the agent to open your app's URL with the browse tool, fill in the login form, submit it, and verify the dashboard appears with a screenshot.