Selenium Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Selenium =Connecting to Debug VNC= x11vnc -usepw -forever -shared -rfbport 5900 -display :99.0 -noxrecord")
 
Line 3: Line 3:
* [[Selenium#Subjects|Selenium]]
* [[Selenium#Subjects|Selenium]]


=Connecting to Debug VNC=
=Connecting to Debug VNC Server=
 
Selenium pods come with an embedded VNC server that allows connection from remote VNC clients.
 
To check whether the VNC server is running, execute ps, you should see:


  x11vnc -usepw -forever -shared -rfbport 5900 -display :99.0 -noxrecord
  x11vnc -usepw -forever -shared -rfbport 5900 -display :99.0 -noxrecord

Revision as of 23:56, 17 September 2019

Internal

Connecting to Debug VNC Server

Selenium pods come with an embedded VNC server that allows connection from remote VNC clients.

To check whether the VNC server is running, execute ps, you should see:

x11vnc -usepw -forever -shared -rfbport 5900 -display :99.0 -noxrecord