selenium和javascript,以fancybox为例进行自动测试
一旦我将 fancybox 脚本应用到我的 playframework 应用程序中,我就无法使用播放自动测试 selenium 不再用于测试应用此脚本的页面。这是因为自动测试功能似乎无法模拟真实浏览器的行为,因此我永远在运行测试(它被卡住了)。
那么,您对在这种情况下如何采取行动有什么建议吗?
所以,我想这个问题是什么:如果测试卡住了,如何将 selenium 与 Javascript 库(如 fancybox)一起使用..
As soon as I applied fancybox scripts into my playframework application, I can not use play auto-test selenium anymore for test that page where this script is applied. This is because it seems auto-test capabilities can not emulate a real browser's behavior, and as a result I have eternally running test (it's stuck).
So, do you have any suggestion how to act in this situation?
So, I guess that question is what that: How to use selenium with Javascript libraries (like fancybox) if test is stuck..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看:http://www.playframework.org/modules/webdrive-0.2/home< /a>
使用 webdrive:test 代替运行自动测试
Check out: http://www.playframework.org/modules/webdrive-0.2/home
Instead of running auto-test use webdrive:test