docker-selenium icon indicating copy to clipboard operation
docker-selenium copied to clipboard

[🚀 Feature]: Add download/delete feature to video recordings

Open rab2215 opened this issue 3 years ago • 2 comments

Feature and motivation

If a grid is running distributed from the test there's no access to the video aside from logging into the machine the browser session was executed on. In addition, if video's are saved to the remote machine the storage space will eventually be eaten up by the recordings. It would be very beneficial to have the ability to download and delete the saved video recordings. We are currently able to do this via the Selenoid project and not having this feature is a blocker for migrating to Selenium Grid 4.

https://aerokube.com/selenoid/latest/#_downloading_video_files_from_selenoid

Usage example

Ideally there would be a RESTful API available to get/delete videos, using the the webdriver session id as the key to get a specific video.

rab2215 avatar Jul 07 '22 20:07 rab2215

Following; interested. Currently we are running a microservice to accept a call with session id that returns the file from the FS, would love to see it integrated in Grid 4

maaheeb avatar May 11 '23 10:05 maaheeb

It would be ideal if we implement a sidecar service that grabs the video and metadata files, and uploads then somewhere, and from there, a dashboard could be built.

diemol avatar May 11 '23 10:05 diemol