为什么 Selenium Grid 需要机器的主机名或 IP 地址

发布于 2024-11-02 08:02:10 字数 72 浏览 0 评论 0原文

如果我有 10 台类似的机器(浏览器、操作系统)来在 selenium 网格中执行测试套件,为什么需要机器的主机名或 Ip 地址?

If I have 10 similar machine (Browser, OS) to execute a test suite in selenium grid, why do ineed host name or Ip address of the machine?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尸血腥色 2024-11-09 08:02:10

Selenium hub需要将命令作为http命令传递给在其他机器上运行的RC。显然,您需要机器的 IP 地址或名称,以便集线器识别机器。下面的链接将提供更多详细信息

http://selenium-grid.seleniumhq.org/how_it_works.html< /a>

Selenium hub needs to pass the commands to the RC which is running in other machines as http commands. You would obviously need the IP address or Name of the machine for hub to identify the machine. The below link would provide more details

http://selenium-grid.seleniumhq.org/how_it_works.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文