> ## Documentation Index
> Fetch the complete documentation index at: https://emeregpteltd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Session Recordings

> A session recording is a capture of the browser session.

It allows you to debug a session asynchronously to identify issues such as network errors or problematic selectors. It can be accessed through the **Trace** button boxed in red.

<Warning>For manual user action capturing, use `{"record_live": true}` for browser settings to capture detailed logs.</Warning>

<img className="block" src="https://mintcdn.com/emeregpteltd/aClwV_gf9_u4s_M-/images/features/session-recording-button.png?fit=max&auto=format&n=aClwV_gf9_u4s_M-&q=85&s=cecc6ecf2eeefb8c04e3934adb9d3cd4" alt="New Session UI" width="1481" height="781" data-path="images/features/session-recording-button.png" />

## Timeline view

**Timeline view** allows observation of events over time in a recorded session. Logs emitted by `console.log()` will also be available in **Console** below.

<img className="block" src="https://mintcdn.com/emeregpteltd/aClwV_gf9_u4s_M-/images/features/session-recording-timeline.png?fit=max&auto=format&n=aClwV_gf9_u4s_M-&q=85&s=5e1bf9246cfae5411706d9fdb8eace20" alt="New Session UI" width="1507" height="750" data-path="images/features/session-recording-timeline.png" />

## Locator picker

**Locator picker** at the bottom left allows you to select elements on the page to suggest the right selector for your automations.

<img className="block" src="https://mintcdn.com/emeregpteltd/aClwV_gf9_u4s_M-/images/features/session-recording-locator.png?fit=max&auto=format&n=aClwV_gf9_u4s_M-&q=85&s=d539cb54a1e4b3249d83cbb7d1c83772" alt="New Session UI" width="1512" height="741" data-path="images/features/session-recording-locator.png" />

## Snapshot view

**Snapshot view** button on the top right allows you to access a snapshot of current page to view dom elements and their properties.

Button to access:

<img className="block" src="https://mintcdn.com/emeregpteltd/aClwV_gf9_u4s_M-/images/features/session-recording-snapshot-button.png?fit=max&auto=format&n=aClwV_gf9_u4s_M-&q=85&s=9cbcdbc6fea93818067bd263a628de27" alt="New Session UI" width="1583" height="790" data-path="images/features/session-recording-snapshot-button.png" />

Snapshot:

<img className="block" src="https://mintcdn.com/emeregpteltd/aClwV_gf9_u4s_M-/images/features/session-recording-snapshot.png?fit=max&auto=format&n=aClwV_gf9_u4s_M-&q=85&s=fb6d8f97ad2788b3c474d20730d2badf" alt="New Session UI" width="1579" height="796" data-path="images/features/session-recording-snapshot.png" />
