与 Java Applet 交互
有谁知道是否可以通过.net 与java applet 交互?
编辑:我能够使用 UI 自动化框架来定位 java 小程序,并从那里使用 OCR 读取数据并模拟鼠标/键盘输入到小程序中。
Does anyone know if it is possible to interact with a java applet via .net?
Edit: I was able to use the UI Automation framework to locate the java applet, and from there use OCR to read data and simulate mouse/keyboard input into the applet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您很可能能够使用辅助功能 API 来完成此操作,这些 API 旨在让屏幕阅读器等与程序进行交互。 看一下:
http://en.wikipedia.org/wiki/Microsoft_UI_Automation
You may well be able to do it using accessibility APIs, which are designed to let screen-readers and so on interact with programs. Have a look at:
http://en.wikipedia.org/wiki/Microsoft_UI_Automation