Selenium 测试停止在 Ubuntu v10.04 上运行 Selenium Grid v1.0.8

发布于 2025-01-06 14:03:13 字数 230 浏览 0 评论 0原文

在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 技术交流群。

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

发布评论

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

评论(1

七禾 2025-01-13 14:03:13

我通过替换 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.

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