在制作RemoteWebDriver对象时,我们需要传递URL和DesiredCapability对象。通过网上浏览不同的教程,我发现有些人在传递Node的URL,而在其他人则传递了HUB的URL。请说明要使用哪个Hub或Node Url。 https://github.com/SeleniumHQ/selenium/wiki/Grid2
WebDriver driver = new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), capability);
在本教程中&其他人使用了节点网址http://www.guru99.com/introduction-to-selenium-grid.html
答案 0 :(得分:3)
RemoteWebDriver基本上有两种用法。
RemoteWebDriver实例应连接到:http://127.0.0.1:4444/wd/hub
http://<IP>:<Port>/wd/hub