I am using selenium Webdiver with TestNG. My script is working fine on local machines and builds are successful but whenever I deploy it on sever ,it doesn’t routing/navigating to other pages there. What may be the issue?
Home/bamboo
Softans Latest Questions
Scenario: My baseUrl/Login is something like this https://example.com/#/ and its opening in the 1st tab. After entering the credentials, it is https://example.com/#/verification. I am navigating from here to another url which is opened in 2nd tab. But when it backs to 1st tab, It’s changing to the baseUrl again.