Selenium 测试 ant 关键事件
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,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.