如何发送键盘命令,例如 (Control) + (1) 浏览器使用Ruby和FireWatir?
我正在使用 FireWatir 测试 Web 应用程序,我需要发送 CTRL + 1 打开与插件文本“LTN 123456”的连接,并发送 CTRL +2 关闭连接。
I am using FireWatir to test a web app and I need to send CTRL + 1 to open up a connection to plugin text "LTN 123456" and send CTRL +2 to close the connection.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议你忘记 firewatir gem 并使用 watir-webdriver gem (它驱动 Firefox、Chrome 和互联网浏览器)。 API 可能 99% 相同。它还具有良好的 send_keys实施。
I would suggest that you forget firewatir gem and use watir-webdriver gem (it drives Firefox, Chrome and Internet Explorer). The API is probably 99% the same. It also has good send_keys implementation.