Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any video recorder for Selenium WebDriver?

i am working in Selennium Webdriver2 with IE specific application. i know we can take the screenshots of the execution. similarly, Is there any option to record selenium execution as a video?

like image 725
Karthikeyan Avatar asked Oct 04 '22 04:10

Karthikeyan


2 Answers

There is nothing in WebDriver.

Sauce uses http://www.ffmpeg.org/ to record video's. There are other options like https://code.google.com/p/java-remote-control/.

Generally the answer is that if you want to do it, you are going to have to implement it yourself.

like image 76
Ardesco Avatar answered Oct 12 '22 12:10

Ardesco


This API helped me in solving the above problem, this is for your reference guys,

like image 22
Karthikeyan Avatar answered Oct 12 '22 11:10

Karthikeyan