Windows service that interacts with desktop screen resolution Windows service that interacts with desktop screen resolution selenium selenium

Windows service that interacts with desktop screen resolution


I had the same problem as yours. Difference was I also have GUI automation besides Selenium tests. I ended up installing VNC service on all the nodes and wrote a script to change the desktop resolution before running any tests. However the highest resolution by doing that we got is 1280x1024, which resolved my problem.


If you don't mind giving up running Jenkins Slave as Windows Service you can use this way:Jenkins on Windows and GUI Tests without RDC

Still - that would make you maintain an open RDP session that runs Jenkins JNLP process... So that solution is working, but not very optimal.