简体   繁体   中英

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

I have a legacy external Java Applet application. 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
  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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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