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.

For manual user action capturing, use {"record_live": true} for browser settings to capture detailed logs.
New Session UI

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.

New Session UI

Locator picker

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

New Session UI

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:

New Session UI

Snapshot:

New Session UI