Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个小程序来填充下面应用程序的用户名和密码字段,然后按绿色按钮:
最好的方法是什么?我在考虑 Java Robot 类 - 虽然我不知道它是否可以做到这一点。
有没有更简单/更好的方法?
机器人类是个好方法,它完全符合这个目的,但你必须以某种方式确定你想要填充的字段坐标。我可能会检查每个屏幕像素(也是机器人类)以寻找特定颜色(来自接受按钮的绿色像素或来自取消按钮的黄色像素,或者更好的组合),然后计算输入字段的位置