What problem does it solve?
It helps you verify that a website actually works the way you expect by navigating pages, interacting with UI elements, and capturing evidence (like annotated screenshots and diffs) instead of relying on guesswork.
Core Features & Use Cases
- Fast QA browser for end-to-end checks: Load URLs, interact with elements, and confirm page state (visible/hidden/enabled/disabled, form fields, dialogs).
- Evidence generation for bugs and deployments: Take annotated screenshots, plain screenshots, unified diffs before/after actions, and collect console/network signals.
- Real-world testing workflows: Validate user flows (login, form submission), responsive layouts, file uploads, and multi-environment comparisons (staging vs production).
Quick Start
Use the browse skill to dogfood and screenshot a login flow by running: go to https://yourapp.com/login, take an interactive snapshot, fill the email and password fields, submit, then generate a diff and an annotated screenshot.