【发布时间】:2014-12-23 00:51:50
【问题描述】:
是否需要在充当节点或集线器的远程计算机上安装 Firefox Web 驱动程序? 我在本地测试了集线器和节点?我认为,有必要在集线器和节点上安装 Web 驱动程序。有什么建议或建议吗?
更新:
Selenium jar 正在运行(即安装了 Java,并且根据文档,Web 驱动程序也存在于 selenium jar 中)。为什么会出现这个错误
Caused by: org.openqa.selenium.remote.ErrorHandler$UnknownServerException: Unable to connect to
host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
还有,
(process:13023): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Error: no display specified
提前致谢!
【问题讨论】:
-
对于没有指定显示看看here,对于端口问题,你可以检查是否有任何firefox实例在你的节点上在该端口上运行?
标签: selenium-webdriver selenium-grid remotewebdriver selenium-grid2