简体   繁体   English

如何通过代码自动化/模拟Java Applet的用户导航?

[英]How to automate/simulate user navigation of a Java Applet through code?

I have a legacy external Java Applet application. 我有一个旧的外部Java Applet应用程序。 When I say external, I mean that I do not have access to the source. 当我说外部时,我的意思是我无权访问源。 I am looking for suggestion on how I can, do the following through code: 我正在寻找有关如何做的建议,请通过代码执行以下操作:

  1. Open the applet in the background. 在后台打开小程序。
  2. Navigate through the applet selecting a few options 浏览小程序,选择一些选项
  3. Grabbing the output from a TextBox and putting the output in memory so that I can do some processing 抓取TextBox的输出并将其放入内存,以便我可以进行一些处理
  4. Close applet. 关闭小程序。

You want to automate user actions. 您要自动执行用户操作。 There are a lot many software to do that, WinAutomation , AutoIt , AutoHotkey and more...Searching Google would help 有很多软件可以做到这一点, 例如WinAutomationAutoItAutoHotkey等...搜索Google会有所帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM