Spotted something off?Report on Discord
guides

Record Video

Enable session video recording to capture and replay browser behavior for debugging and traceability.

Updated May 28, 2025

Enable session video recording to capture and replay browser behavior for debugging and traceability.

Command

"video" β€” set the video parameter to true on any request to record the entire browser session. The response returns a link to download or view the recorded video.

Parameters

Parameter Type Required Description
video boolean Yes Set to true to record the browser session.

Example

bash7 lines

Notes

Use video recording to:

  • Debug failed scraping sessions visually.
  • Review step-by-step browser automation.
  • Present recorded demonstrations of scraping flows.
  • Confirm interaction success or failures post-request.

This feature is highly valuable for debugging JavaScript-heavy sites, login automation, complex interactions, or when you want traceability over what the browser executed.