Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从我学到的——
节点是将执行您在集线器上加载的测试的 Selenium 实例。
所以这意味着,在node一个特定的操作系统上运行 5 个浏览器,基本上有 5 个节点可以运行。
node
请解释...
您可以将节点视为特定操作系统上的服务器,其中包含多个浏览器,例如 5 chrome、5 ff、5 safari。所有这些浏览器(会话)都在 1 个节点中。该节点将连接到另一个称为集线器的服务器。您可以尽可能多地连接它们。
图中有 6 个节点。如您所见,其中 2 个包含多个浏览器。