Tagged Questions
2
votes
2answers
784 views
How do I remote control a GUI application?
I can easily control a console based app with the input and output streams from Java's Runtime.exec() method. How would I control a GUI based application in the same manner. I have looked at the Robot ...