Reputation: 890
Let say I have a bunch of Selenium tests which I run on Linux and Firefox. Now, I have some problem with them and I would like to see the FF GUI to investigate the issue. Is there a possibility to connect to the server i.e using VNC Viewer to have vision on my tests?
Upvotes: 1
Views: 1263
Reputation: 4858
You can use docker-selenium for your browser (Firefox, Chrome). It supports VNC to get the recording. More info here.
Upvotes: 1