从浏览器查看时无法看到 selenium 网格 运行,当集线器和节点都从 docker 使用时

Not able to see selenium grid running when it is viewed from browser, when hub and node both are getting used from docker

尝试使用以下方法查看网格控制台 url: http://系统IP:4444/grid/console

此日志消息...

Creating a new remote node for http://172.18.0.3:5555
Added node xyz
Changing status of node xyz from DOWN to UP. Reason : http://172.18.0.3:5555 is ok

...表示 远程节点 http://172.18.0.3:5555 已成功添加并且状态已从 DOWN 更改为 UP.

根据 的日志消息图像,我没有看到任何此类问题。

所以要查看网格控制台,您需要访问 url:

http://172.18.0.3:4444/grid/console

如果 托管在本地主机上,您还可以使用以下任一 url:

  • http://localhost:4444/grid/console
  • http://127.0.0.1:4444/grid/console