What problem does it solve? Manually verifying that a web page loads, a form submits, or a deployment works requires opening a browser and clicking through flows by hand. This Skill gives an AI agent a persistent headless Chromium instance it can drive with fast commands to navigate pages, interact with elements, capture screenshots, and assert page state. ## Core Features & Use Cases - Page interaction and inspection: Navigate URLs, click, fill, hover, and scroll elements, then read text, HTML, links, forms, console logs, and network requests. - Snapshots and visual evidence: Capture ARIA-tree snapshots with interactive-element refs, diff before/after states, and take annotated or responsive screenshots for bug reports. - State assertions and flows: Assert visibility, enabled, checked, and focused states; test dialogs, file uploads, and responsive layouts across viewports. - Use Case: After deploying a login flow, ask the agent to open the site, fill credentials, submit the form, diff the page state, and screenshot the resulting dashboard as proof the flow works. ## Quick Start Ask the agent to open your staging site in the browser, fill in the login form, submit it, and take an annotated screenshot of the result.