Summary
Cloudflare added an Inspect panel to Browser Run session recordings, exposing Logs, Network, and DOM tabs. Developers can debug automated browser sessions after the fact — reviewing console output, network requests, and DOM state — without reproducing the run.
What changed
Browser Run session recordings gained an Inspect panel with Logs, Network, and DOM tabs, letting developers examine console logs, network requests, and DOM state from a recorded browser session directly in the dashboard.
Why it matters
Headless browser automation is core plumbing for AI agents that navigate the web, scrape, and take actions, and these sessions are notoriously hard to debug when they fail non-deterministically. Post-hoc inspection of logs, network, and DOM makes browser-driving agents far more diagnosable, reducing the reproduce-and-retry cycle for agentic web workflows.
Evidence excerpt
Session recordings now include an Inspect panel with Logs, Network, and DOM tabs.