问题
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