Proxying session video
Ggr gives you an ability to view Selenium session videos captured directly from browser screen.
-
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>.mp4This API for example is supported by WebSummoner.
-
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> -
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>