Skip to content

Proxying session video

Ggr gives you an ability to view Selenium session videos captured directly from browser screen.

  1. Video files are expected to be stored on the hub hosts specified in quota files and accessible via the following URL:

    http://hub-host.example.com:4444/video/<real-session-id>.mp4

    This API for example is supported by WebSummoner.

  2. To download video file via Ggr just use the same request but with the session ID returned to test:

    Terminal window
    curl -o video-file.mp4 http://ggr-host.example.com:4444/video/<test-session-id>
  3. To delete video file via Ggr just change HTTP method to DELETE:

    Terminal window
    curl -X DELETE http://ggr-host.example.com:4444/video/<test-session-id>