Inspect a completed Session
Session Debugger is accessible from the Dashboard by clicking on a Session item. The Session Debugger page provides all the tools to inspect a session and pinpoint possible problems like network issues, anti-bot mechanisms, or asynchronous events resulting in mismatches of selectors.
A full video recording is available at the top, along with essential metrics (duration, status, resources used):
Followed by the timeline view, exposing each step of the Session in great detail (ex, list of user and network events):
Raw logs are also accessible, for example, to quickly filter errors:
- Logs can also be retrieved using the Session API. - Refer to the Chrome DevTools Protocol documentation for the list of available events.
Was this page helpful?