Selenium 测试 ant 关键事件

发布于 2024-11-05 06:15:54 字数 179 浏览 0 评论 0原文

我在 Google Chrome 上使用关键事件进行硒测试时遇到一些问题。

我刚刚使用了这段代码:

keyDown("//Myselector","a");

但是事件没有被触发。

当我用码头启动它时一切正常。有什么想法吗?

谢谢

I have some problems with my selenium tests on Google Chrome with the key event.

I just used this code :

keyDown("//Myselector","a");

But the event is not triggered.

Everything is OK when I launch it with jetty. Any idea?

Thanks

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

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

发布评论

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

评论(1

居里长安 2024-11-12 06:15:54

不幸的是,htmlutils.js的triggerKeyEvent()函数似乎有一个错误。 Selenium 的跟踪系统中的问题为 jQuery 用户提供了解决方法该功能的修复。

Unfortunately, there seems to be a bug in htmlutils.js triggerKeyEvent() function. The issue in Selenium's tracking system provides a workaround for jQuery users and a fix for the function.

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