What problem does it solve?
This Skill eliminates manual, fragile browser interactions by providing a CLI-driven way to navigate pages, fill forms, click elements, take screenshots, extract data, and run repeatable end-to-end browser tasks.
Core Features & Use Cases
- Browser control via Chrome/Chromium DevTools Protocol for reliable automation and testing.
- Snapshot-based compact element refs for low-token interactions and deterministic element targeting.
- Session and profile persistence, auth import, and an encrypted auth vault for automating authenticated workflows.
- Network tooling including request routing, HAR recording, proxy support, and download handling for scraping and CI evidence collection.
- Visual and behavioral testing: annotated screenshots, pixel diffs, video recording, and performance profiling for regression checks.
- Use cases include automated form submission, authenticated scraping, E2E testing, visual regression, CI test evidence, and performance profiling.
Quick Start
Open the login page, take an interactive snapshot to discover refs, fill the username and password fields, submit the form, wait for navigation, and capture a screenshot to verify the authenticated state.