Playframework 测试运行程序 selenium 权限被拒绝 Location.href 和命令执行失败

发布于 2024-10-24 02:10:52 字数 476 浏览 5 评论 0原文

此测试在本地运行,但是当从我们的 aws ci 实例上的 Play 测试运行程序运行时,我在 Firefox 中收到以下权限错误:主机获取属性 Location.href 的权限被拒绝,然后是命令执行错误。 在此处输入图像描述

在 Chrome 中,远程消息有所不同,但我感觉到相同的根本原因。对象>>没有方法“getCurrentWindow”。

在此处输入图像描述

是这个问题吗? http://code.google.com/p/selenium/issues/详情?id=703

This test works locally, but when run from the Play test runner on our aws ci instance, I get the following permissions error in Firefox: Permission denied for HOST to get property Location.href and then Command execution error.
enter image description here

In Chrome, the remote message is different, but I sense the same underlying reason. Object <> has no method 'getCurrentWindow'.

enter image description here

Is it this issue? http://code.google.com/p/selenium/issues/detail?id=703

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

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

发布评论

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

评论(1

远山浅 2024-10-31 02:10:52

您正在从远程位置使用 Play 标准测试运行程序,这是问题的根源(据我所知)。

尝试使用播放自动测试,如此处 运行测试。

you are using the Play standard test runner from a remote location, which is the source of the issue (as far as I know).

Try to use play auto-test as described here to run the tests.

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