Playframework 测试运行程序 selenium 权限被拒绝 Location.href 和命令执行失败
此测试在本地运行,但是当从我们的 aws ci 实例上的 Play 测试运行程序运行时,我在 Firefox 中收到以下权限错误:主机获取属性 Location.href 的权限被拒绝,然后是命令执行错误。
在 Chrome 中,远程消息有所不同,但我感觉到相同的根本原因。对象>>没有方法“getCurrentWindow”。
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.
In Chrome, the remote message is different, but I sense the same underlying reason. Object <> has no method 'getCurrentWindow'.
Is it this issue? http://code.google.com/p/selenium/issues/detail?id=703
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在从远程位置使用 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.