selenium和javascript,以fancybox为例进行自动测试

发布于 2024-12-05 17:21:47 字数 321 浏览 3 评论 0原文

一旦我将 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 技术交流群。

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

发布评论

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

评论(1

回忆追雨的时光 2024-12-12 17:21:47

查看: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

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