一个 Ruby 模块来模拟按键和按键释放事件?

发布于 2024-10-11 12:38:54 字数 74 浏览 4 评论 0原文

我想创建一个模拟各种用户的应用程序,但我需要这个“幽灵”用户在键盘上打字,如何在 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 技术交流群。

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

发布评论

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

评论(1

冷心人i 2024-10-18 12:38:54

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.

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