EdXX
EdXX

Reputation: 890

How to get access to browser GUI on linux using something like VNC (docker standalone ff and regular ff))

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

Answers (1)

Boni García
Boni García

Reputation: 4858

You can use docker-selenium for your browser (Firefox, Chrome). It supports VNC to get the recording. More info here.

Upvotes: 1

Related Questions