What problem does it solve?
QA teams often struggle to reliably test web features, verify deployments, and gather evidence from live interactions. This skill provides a persistent, headless browser session that can navigate pages, interact with elements, inspect page state, and capture annotated screenshots to reproduce bugs and validate behavior.
Core Features & Use Cases
- Persistent headless Chromium session that maintains state across commands and restarts for consistent test runs.
- Commands for navigation, reading page content, interacting with elements, and capturing visual evidence (screenshots, diffs, annotations).
- Use cases include end-to-end feature verification, regression checks, form submissions, dialog handling, and responsive layout testing across devices.
- Visual evidence workflow for bug reports and dogfooding deployments, with built-in patterns for verification and documentation.
Quick Start
Install prerequisites, then start by loading a URL with goto and capture a screenshot to establish a baseline.