在Java中模拟鼠标在非活动窗口的某个位置单击?

发布于 2024-11-17 15:49:57 字数 133 浏览 0 评论 0原文

不管怎样,我正在构建一个在后台运行的机器人。这个机器人需要我点击。当然,我希望能够在机器人运行时做其他事情。

所以我想知道是否可以在非活动窗口的某个位置模拟鼠标单击。

如果可能的话,如果你们中有人能帮助我,我将不胜感激。

Anyways, I'm building a bot to run in the background. This bot requires me to click. Of course, I want to be able to do other things while the bot is running.

So I was wondering if it was possible for me to simulate a mouse click at a certain position on an inactive window.

If this is possible, I would greatly appreciate it if any of you could help me.

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

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

发布评论

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

评论(1

丢了幸福的猪 2024-11-24 15:49:57

java.awt.Robot

单击进入活动状态不过,窗口将激活它。

java.awt.Robot

Clicking into an active window is going to activate it, though.

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