function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sachin Singh 19Sachin Singh 19 

Running selenium tests using selenium grid

Hello,

I are trying to run automation tests using selenium against my developer org for few VF pages. When I am running it from my laptop then tests are passing through but when I am trying to run the same tests using a selenium grid (a server not running locally) the tests are passing the first scenario of logging in but then errors out. On little bit of troubleshooting I found that the next screen after login is presented with a one time code as the browser is not identified.

Has anyone had this problem? Really appreciate if you have a solution.

Thanks in advance! 
Sachin
AdamDawAdamDaw
You could potentially resolve this via IP whitelisting?