Browser Run adds Live View, Human in the Loop, and Session Recordings
Key Points
- Real-time Live View for browser session monitoring
- Human in the Loop for manual intervention and issue resolution
- Session Recordings with DOM replay and API access
Summary
Cloudflare Browser Run (formerly Browser Rendering) introduces three new features to improve debugging and control of browser automation workflows: real-time visibility, human intervention capabilities, and session replay functionality.
Key Points
- Live View: Monitor active browser sessions in real time with visibility into page state, DOM, console, and network requests. Access via Cloudflare dashboard, live.browser.run, or native Chrome DevTools.
- Human in the Loop: Enable human intervention when agents encounter obstacles like login pages or unexpected edge cases. Humans can step into live sessions through Live View to resolve issues, with planned handoff flow for automated signaling and control transfer.
- Session Recordings: Record DOM state for post-session replay by passing
recording: truewhen launching a browser. View recordings in the dashboard or retrieve via API using session ID. Future updates will add DOM state and console output inspection at any point during playback.