Automates browser workflows and web interactions with persistent page state for seamless multi-step tasks.
The Dev Browser skill equips Claude Code with a powerful Chromium-based automation engine, enabling it to navigate websites, fill forms, and extract structured data through a persistent session architecture. Unlike standard one-off scrapers, this skill maintains page state across multiple script executions, allowing for complex, stateful workflows like multi-page checkout testing or data mining behind authentication. It features advanced ARIA snapshotting for intelligent element discovery and supports both standalone Chromium instances and direct connections to existing Chrome browsers via Extension Mode.
Key Features
011 GitHub stars
02Dual-mode operation: Standalone Chromium or Chrome Extension relay
03Persistent page state preservation across multiple script runs
04Reliable execution with built-in navigation and selector wait logic
05ARIA-based element discovery using YAML accessibility trees
06Visual debugging via full-page and element-specific screenshots
Use Cases
01Data extraction from JavaScript-heavy or single-page applications
02Automated end-to-end testing of complex web application workflows