Recording a Session
Overview
Airtop automatically records all browser sessions by default. Each window in a session creates a separate recording file, allowing you to review exactly what happened during your automation. This is incredibly useful for debugging, auditing, and understanding how your automation performed.
How recordings work
When you create a session, Airtop automatically starts recording all browser activity. The recording captures:
- All page interactions (clicks, typing, scrolling)
- Page navigation and loading
- Visual changes on the page
- Each window as a separate recording file
Recordings are stored securely and can be accessed through the Airtop portal or programmatically via the API.
Viewing recordings
Through the Airtop Portal
The easiest way to view recordings is through the Airtop portal. Navigate to the browser sessions page and click on any session to view its details. From there, you can:
- Watch recordings in real-time
- Download recording files
- Review session metadata and logs
Programmatically via API
You can also access recordings programmatically using the files API. Here’s how to list and download recordings for a specific session:
Disabling recordings
If you don’t want to record a session (for example, for privacy reasons), you can disable recording using the disableRecording
configuration parameter:
Recording considerations
Storage and retention
- Recordings are stored securely in Airtop’s infrastructure
- Recording files are automatically cleaned up after 7 days
- You can download recordings at any time before they’re cleaned up
File formats
Recordings are saved in MP4 format and can be played in any standard video player. Each recording file contains:
- High-quality video capture of the browser window using H.264 video codec
- Accurate timing of all interactions