What problem does it solve? Manually testing web features, verifying deployments, and gathering visual evidence for bug reports is slow and repetitive. This Skill provides a persistent headless Chromium browser that navigates URLs, interacts with elements, asserts page states, and captures annotated screenshots at roughly 100ms per command. ## Core Features & Use Cases - Interactive Page Testing: Navigate any URL, fill forms, click elements via accessibility-tree refs, upload files, and handle dialogs automatically. - State Verification & Diffing: Assert element states (visible, enabled, checked), diff snapshots before and after actions, and inspect console errors and network requests. - Visual Evidence: Capture annotated screenshots with labeled interactive elements, responsive layout screenshots at mobile/tablet/desktop viewports, and element-level crops. - Use Case: After deploying a new login flow, navigate to the page, fill credentials using snapshot refs, click submit, diff the snapshot to confirm the dashboard appeared, and save an annotated screenshot as evidence. ## Quick Start Use the gstack browse skill to open my staging site, walk through the signup flow, and screenshot the result.