Selenium Hub doesn't connect to application server

9/18/2020

We have deployed our selenium automation test case on kubernetes. We have Selenium hub and selenium node debug running for version 3.141.59.

We have initialized the RemoteWebDriver with URL "http://selenium-hub:4444/wd/hub". While running the automation test cases we observed that it is not connecting to the actual application server that we want to hit from the automation test cases but I am getting 200 response code. As it is not hitting the actual application server while accessing application attribute we are getting "NoSuchElementException: Unable to locate element".

Has anybody encountered such issue and how they have resolved it?

-- Sach
kubernetes
minikube
selenium
selenium-chromedriver
selenium-webdriver

0 Answers