What problem does it solve?
Debugging live web pages requires real browser evidence—network failures, console errors, performance metrics, and DOM state—that static HTML crawling cannot capture, especially on JavaScript-heavy or auth-gated pages.
Core Features & Use Cases
- Live CDP Inspection: Attach to Chrome via the DevTools Protocol to capture network requests, console errors, exceptions, performance metrics, and storage state from a running page.
- Ready-Made Checks and Sandboxed Runner: Run prepared checks (page snapshot, DOM operations, measure trio, HAR pager) through a Node permission-model sandbox with mandatory stealth patches and session metadata tracking.
- HAR Capture and API Replay: Export HAR files, page and redact them, then ingest bodies into a local scrape corpus to prove API fields without reopening the browser.
- Use Case: A user reports that checkout fails on a production page. Launch headless Chrome, snapshot the DOM, click the submit button with trusted input, and capture the failing API request with its status code and timing as evidence.
Quick Start
Ask the agent to debug why form submission fails on a given URL using live Chrome DevTools evidence.