-->

Is there any video recorder for Selenium WebDriver

2020-06-21 19:42发布

问题:

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?

回答1:

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



回答2:

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.