I am trying to record videos of my selenium tests. These tests are performed in parallel on a selenium grid. I wanted to open a VNC server for each firefox, and then start recording. Thus, one grid - node will open 5 vncservers, and then a program like recordMyDesktop will record each of them and store them in another file.
I found this: http://www.theautomatedtester.co.uk/blog/2010/castro-selenium-video.html
but not for Java and Grid ...
Thank you in advance
Richard (My environment is Firefox on Linux)
source
share