selenium webdriver - Grid node not able to access testing clienthost's web server - Stack Overflow

admin2025-03-19  3

I am deploying Selenium Grid with one Hub(public) and several Nodes(private IPs). Now I am running test script on my machine which will test the web server that I run on locally on my machine.

In the testing script I will need to test against my local server so I will have somehting like driver.get("http://localhost:8080"). But since the test is running on the Selenium Grid Nodes hosts, how to make the the Node hosts access my local machine's web server?

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1742389169a211153.html

最新回复(0)