Reputation:
I am writing a test with Selenium and JAVA, I need to record my screen while the test is going on, I searched and found some tools such as java-screen-recorder but it is not what I exactly need, what I need is a framework that I can add it to my program and call its function to start the screen record when my test starts and close and save the record when my test is done.
Upvotes: 0
Views: 372
Reputation: 424
Try - Monte Media Library. It is explained in "Selenium Testing Tools Cookbook", also look at Umesh's blogpost Recording Screencast of Selenium Tests
Upvotes: 1