Anchor Browser provides built-in session recording that allows you to capture and review browser sessions. This feature is invaluable for debugging automation workflows, analyzing user behavior, and creating documentation.
Anchor Browser automatically records browser sessions and creates an MP4 video file that captures the complete visual experience.
Recordings are accessible both through our API and the web UI (see below).
Recording is enabled by default when creating a session.
Start a session using the API, you can enable recording by setting recording: true in the request body.
The Session History dashboard shows all sessions. Each session has a link to its recording.
If a session is still running, the link in the session history page will take you to the session’s live view instead of the recording. Once the session ends, the link will point to the recording.
When you click on a session recording, the playback interface will be opened.
You can use it to view the recording, navigate through it, and download it as MP4 file.