What problem does it solve?
This skill eliminates the friction of manually driving Chrome DevTools for browser automation, debugging, and performance analysis so you can script every interaction reproducibly.
Core Features & Use Cases
- Command-driven CLI scripts: navigate, click, fill, evaluate, snapshot, console, network, screenshot, and performance tools emit structured JSON for easy parsing and chaining.
- Robust automation patterns: built-in helpers enforce working directory checks, selector validation, persistent browsers, automatic compression, and guided recovery steps for resilient workflows.
- Use Case: Capture a page screenshot, stream network logs, and measure Core Web Vitals before reporting regressions by running screenshot, network, and performance scripts in sequence.
Quick Start
Tell chrome-devtools to capture a screenshot of https://example.com and save it under docs/screenshots for rapid analysis.