Record and monitor runs
Run recording captures the last minute of a cloud run along with the full console and interaction logs. When something fails, you can replay what the browser was doing in the seconds before it broke and pinpoint the step that caused the issue, instead of guessing from a stack trace.
Note: Run recording is only available for cloud runs. Enabling this has no effect on desktop runs.
Enable run recording
- Open the automation and click the Cog icon in the toolbar on the left.
- Open the Record / monitor runs section under Run options.
- Toggle
Record runson.
The next time the automation runs in the cloud, axiom.ai stores the recording and logs against that run.
View a recording
- Open the run in the dashboard.
- The recording sits alongside the run report. Use the timeline to scrub to the moment the error occurred.
- The console and interaction logs sit next to the video so you can match each browser action to its corresponding log line.
What gets captured
- The last minute of browser activity, as a replayable video.
- Console output, including warnings, errors, and any
console.logcalls from custom code steps. - Interaction logs showing every click, type, navigation, and scrape the bot performed.