Selenium 测试停止在 Ubuntu v10.04 上运行 Selenium Grid v1.0.8
在Ubuntu上成功安装Selenium Grid 成功启动集线器和 Firefox 远程控制 运行 phpunit/selenium 测试: Firefox 启动但 Selenium 远程控制超时并且 错误并显示以下输出:
错误 – 无法启动新的浏览器会话、关闭浏览器并 清除所有会话数据 org.openqa.selenium.server.RemoteCommandException:等待超时 让窗口“null”出现
Installed Selenium Grid on Ubuntu successfully
Launched the hub and a Firefox remote control successfully
Running a phpunit/selenium test:
Firefox starts up but the Selenium Remote Control times out and
errs with the following output:
ERROR – Failed to start new browser session, shutdown browser and
clear all session data
org.openqa.selenium.server.RemoteCommandException: timed out waiting
for window ‘null’ to appear
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过替换 selenium-server-1.0.3-standalone.jar 解决了这个问题
文件 /opt/selenium-grid-1.0.8/vendor 中包含当前的 selenium
独立 jar (selenium-server-standalone-2.19.0.jar)。
请务必删除或重命名旧的 jar 文件,远程控制使用
与 selenium-server-*.jar 匹配的 jar。
I fixed this by replacing the selenium-server-1.0.3-standalone.jar
file in /opt/selenium-grid-1.0.8/vendor with the current selenium
standalone jar (selenium-server-standalone-2.19.0.jar).
Be sure to remove or rename the old jar file, the remote controls use
the jar that matches selenium-server-*.jar.