*** title: Recording description: Embed a playback recording of a browser runtime session. --------------------------------------------------------------------- Recordings capture everything that happened in a browser runtime — every page navigation, tab switch, and visual frame. Embed the recording player to replay sessions after they complete. Access via `runtime.recording()`. ## Getting the embed URL ```ts const { iframeUrl } = await runtime.recording(); ``` The returned `iframeUrl` is a fully authenticated, time-limited URL for the recording player. ```html