I have a somewhat complicated case when I do not have the source code (or compiled class) of the swing application that I am trying to run automatically.
I will try to perform a number of tasks in this application, click a few buttons, click on some parts, etc. I want to do this programmatically.
Every single Swing debugger / robot that I come across wants you to have a class that you are running, and a debugger running along with the class.
The problem is that my application starts when I launch the JNLP application, which checks me (I have to enter a username and password), and then runs a bunch of classes on the remote server. And the Swing app starts up.
I want to be at the point where I can now possibly join the download application and run it programmatically. Sorry, this seems too complicated, but this is the script here ...
There may be no way to do this at all, please tell me also if that is the case ...
source
share