一个 Ruby 模块来模拟按键和按键释放事件?
我想创建一个模拟各种用户的应用程序,但我需要这个“幽灵”用户在键盘上打字,如何在 Ruby 上模拟按键和 keyrelease 事件?
I want to create a application that simulates various users but I need this "ghost" users to type on the keyboard, how to I simulate a keypress and keyrealease events on Ruby?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Java 有一个名为 Robot 的类(我认为),它可以模拟类似的东西。您可以使用 JRuby 来调用它。我曾经在某个地方有一些测试脚本,当我找到它时我会发布它..但我记得用那个类来做到这一点非常简单,你甚至可以移动光标,真的很有趣很难。
Java has a class called Robot(I think) which simulates stuff like that.You could use JRuby to invoke that. I ever had some testscript somewhere,I'll post it when i find it..but I remember it was really dead simple to do that with that class,you even could move the cursor around ,really funny tough.