ClaudeCloudflare Developer PlatformApr 15, 2026, 11:00 AM

Browser Run - Browser Run adds Live View, Human in the Loop, and Session Recordings

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

claudeenmodel: claude-haiku-4-5

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: true when 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.

Full Translation

Translations

A translation section that keeps the flow of the original article.

claudejamodel: claude-haiku-4-5

Browser Run - Live View、Human in the Loop、Session Recordingsを追加

Browser Run - Live View、Human in the Loop、Session Recordingsを追加

公開日: 2026年4月15日

概要

ブラウザオートメーションが失敗したり予期しない動作をする場合、何が起きたのかを理解するのが難しいことがあります。Browser Run(旧称 Browser Rendering)に3つの新機能を追加しました:

  • Live View - リアルタイムの可視性
  • Human in the Loop - 人間による介入
  • Session Recordings - セッション終了後のリプレイ

Live View

Live Viewを使用すると、エージェントがリアルタイムで何をしているかを確認できます。ページ、DOM、コンソール、ネットワークリクエストはすべて、アクティブなブラウザセッションに対して表示されます。

Live Viewには以下の方法でアクセスできます:

  • Cloudflareダッシュボードから
  • ホストされたUI(live.browser.run)経由
  • ネイティブChrome DevToolsを使用

Human in the Loop

エージェントがログインページや予期しないエッジケースなどの問題に遭遇した場合、失敗する代わりに人間に処理を引き継ぐことができます。

Human in the Loopを使用すると、人間がLive View経由でライブブラウザセッションに入り、問題を解決してから、スクリプトに制御を戻します。

現在、アクティブなセッションのLive View URLを開くことで介入できます。

次のステップとして、エージェントがヘルプが必要であることを通知し、人間に介入を通知してから、問題が解決されたらエージェントに制御を戻すハンドオフフローを追加する予定です。

Session Recordings

Session RecordingsはDOM状態を記録するため、セッション終了後に任意のセッションをリプレイできます。

ブラウザを起動する際にrecording: trueを渡すことで記録を有効にします。

セッションが閉じた後、以下の方法で記録を表示できます:

  • CloudflareダッシュボードのBrowser Run > Runs
  • セッションIDを使用したAPI経由での取得

次のステップとして、記録中の任意の時点でDOM状態とコンソール出力を検査する機能を追加する予定です。

開始方法

詳細については、以下のドキュメントを参照してください:

  • Live View
  • Human in the Loop
  • Session Recording