# Browser Trace

> CDP/screenshot debug of a failed browse

**Subcategory:** Browserbase  
**License:** MIT (frontmatter; no LICENSE file)  
**Source:** https://github.com/browserbase/skills/blob/main/skills/browser-trace/SKILL.md

---

## When it is useful

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page summaries back into an agent loop so its next iteration learns from the last one.

## The Catch

CDP/screenshot debug of a failed browse. Dead without browser.
