在Java中模拟鼠标在非活动窗口的某个位置单击?
不管怎样,我正在构建一个在后台运行的机器人。这个机器人需要我点击。当然,我希望能够在机器人运行时做其他事情。
所以我想知道是否可以在非活动窗口的某个位置模拟鼠标单击。
如果可能的话,如果你们中有人能帮助我,我将不胜感激。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
java.awt.Robot
单击进入活动状态不过,窗口将激活它。
java.awt.Robot
Clicking into an active window is going to activate it, though.