Running Selenium Tests on Azure Virtual Machine

Copper Contributor

Goodday,

 

We are using an Azure Virtual Machine to run our builds on, part of the build process is the run Selenium Tests on our web application, we have a requirement that forces us to use the Chrome driver. But the default screen resolution is 1024x768.

 

Is there a way to increase the Virtual Machines default screen resolution, if so how would one achieve this?

 

Regards,

 

Dylan.

1 Reply

@Dylan Swart 

 

You can try to download Screen Resolution Utility and use it in your VM.  My team does not allow us to install it. 

 

I have the post about how to debug selenium test failures here.

https://linrayusa.blogspot.com/2019/06/how-to-debug-selenium-test-failures.html

 

Ray