Is there any video recorder for Selenium WebDriver?

雨燕双飞 提交于 2019-12-05 01:59:08

问题


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.



来源:https://stackoverflow.com/questions/18333829/is-there-any-video-recorder-for-selenium-webdriver

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!