使用 Java 将文本插入另一个程序的文本字段
我搜索了该网站,但找不到问题的答案。
我正在尝试用 java 编写一个程序,该程序将输入文本并将其提交到另一个 java 程序中。
到目前为止,我知道一种选择是使用机器人,但我认为这意味着我需要确切地知道程序的文本框在屏幕上的位置。
任何建议将不胜感激,如果这在 C++ 中更容易做到,我会同意的。
预先感谢您的帮助
I've searched the website and couldn't find an answer to a problem.
I'm trying to write a program in java that will input text and submit it into another java program.
So far, I know that one option could be using Robot but I think that would mean I would need to know exactly where the program's text box is on the screen.
Any suggestions would be appreciated, and if this would be easier to do in C++ I would be okay with that.
Thanks in advance for your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果不与其他 java 应用程序合作,您唯一的选择(都不好)是 Robot 和 JNI
Without cooperation with the other java application, your only choices (both bad) are Robot and JNI