What problem does it solve?
This Skill provides a persistent, headless browser environment that enables Claude Code to rapidly explore and interact with live web pages, reducing manual testing time and enabling automated data extraction and verification.
Core Features & Use Cases
- Navigation & Interaction: goto, back, forward, reload, click, fill, hover, type, and clipboard-like chain operations to automate multi-step flows.
- Content & Structure Extraction: text, html, links, forms, accessibility snapshots, and DOM inspection to gather data from pages and SPA apps.
- Observability & Debugging: console and network buffering, performance timings, cookies/storage inspection, and visual outputs (screenshot/pdf) for quick validation.
- Ref-based Interaction: after a snapshot, operate on stable refs like @e1 to click, fill, or inspect elements, with automatic ref invalidation on navigation.
- Multi-tab & Resilience: support for multiple tabs, tab switching, and automatic server restarts in case of crashes or timeouts.
Quick Start
Start a session by issuing a command to load a URL, then progressively issue commands to inspect, interact with, and validate page content.