What problem does it solve?
Quickly verify that web features work end-to-end without a human driving a browser. It replaces slow, manual checks with a persistent headless Chromium session that can navigate pages, interact with elements, capture evidence, and surface failures as reproducible artifacts for QA, reviewers, and bug reports.
Core Features & Use Cases
- Persistent headless Chromium that starts once and services ~100ms commands, preserving cookies, tabs, and storage between calls.
- Comprehensive QA commands for navigation, snapshots with @ref selectors, annotated screenshots, visual diffs, responsive screenshots, form fills, uploads, dialog handling, console/network capture, and PDF/export.
- Handoff and recovery: hand off to a headed browser for CAPTCHA or MFA, resume after user action, and recreate contexts to apply user-agent or header changes.
- Privacy & robustness: argument filtering for secrets, encrypted key handling for cookie import, locked-state DB copy fallback, and non-blocking telemetry with opt-in.
- Use cases: verify a deployment, reproduce a bug with annotated screenshots and console logs, test file uploads and forms, compare staging vs prod, and run onboarding dogfooding flows.
Quick Start
Ask the skill to "open https://yourapp.com, snapshot the page, click through the user flow, and save an annotated screenshot for a bug report."