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 session so it can navigate pages, interact with elements, capture screenshots, and assert page state as evidence. ## Core Features & Use Cases - Page interaction and inspection: Navigate URLs, click, fill, select, hover, and read text, HTML, links, forms, console output, and network requests via element refs from ARIA snapshots. - Visual and state evidence: Take plain or annotated screenshots, responsive multi-viewport captures, before/after snapshot diffs, and environment comparisons between staging and production. - Real-world use case: After deploying a login flow, run the Skill to open the page, fill credentials, submit, diff the snapshot to confirm the dashboard appeared, and attach an annotated screenshot plus console log to a bug report. ## Quick Start Ask the agent to open your staging site in the browser, test the login flow, and take an annotated screenshot of the result.