错误日志上毂(标记的节点作为http://192.168.137.1:5566向下:不能达到2次尝试

2019-10-30 04:29发布

操作系统:Windows 10硒版本:3.13.0

浏览器:Chrome浏览器

浏览器版本:版本67.0.3396.99(正式版本)(64位)

预期的行为 -Node要成功注册

实际行为 -错误的日志上毂(标记节点http://192.168.137.1:5566为down:无法到达的节点为2次尝试)网格控制台上和连接超时

重现的步骤

  1. 通过启动枢纽:

     java -jar selenium-server-standalone-3.13.0.jar -role hub 
  2. 通过启动节点:

     java -Dwebdriver.chrome.driver="D:\chromedriver.exe" -jar selenium-server-standalone-3.13.0.jar -role webdriver -hub http://192.168.1.3:4444/grid/register -port 5566 
  3. 发射格栅控制台使用:

     http://192.168.1.4:4444/grid/console 

Answer 1:

发起硒网格节点作为更改命令:

java -Dwebdriver.chrome.driver=D:\chromedriver.exe -jar selenium-server-standalone-3.13.0.jar -role node -hub http://192.168.1.3:4444/grid/register -port 5566

此外,如果您在注册硒网格节点 ,以硒电网枢纽 http://192.168.1.3:4444/grid/register 。 网格控制台URL应该是:

http://192.168.1.3:4444/grid/console


文章来源: Erroneous log on hub (Marking the node http://192.168.137.1:5566 as down: cannot reach the node for 2 tries) and connection timeout on grid console