What problem does it solve? Manually verifying that a web feature works, a deployment renders correctly, or a user flow completes requires opening a browser, clicking through pages, and capturing evidence. This Skill automates that loop with a persistent headless Chromium instance, letting an AI agent navigate URLs, interact with elements, assert page state, and produce screenshots as bug evidence at roughly 100ms per command. ## Core Features & Use Cases - Page Verification: Navigate any URL and check text content, console errors, failed network requests, and element visibility in one pass. - User Flow Testing: Fill forms, click buttons, upload files, handle dialogs, and diff accessibility snapshots before and after actions to confirm exactly what changed. - Visual Evidence: Capture plain or annotated screenshots with labeled element refs, plus responsive screenshots at mobile, tablet, and desktop viewports for bug reports. - User Handoff: When blocked by CAPTCHAs or multi-factor auth, hand off to a visible Chrome window preserving all cookies and session state, then resume control. - Use Case: After deploying a login flow, run goto, fill credentials, click submit, then snapshot -D to diff the result and assert the dashboard element is visible. ## Quick Start Ask the agent to open your staging site in the browser, click through the signup flow, and take an annotated screenshot of the result.