vote up 1 vote down star

Is there a free library that has the same features of Java's Robot class for C++?

http://java.sun.com/javase/6/docs/api/java/awt/Robot.html

flag
4  
This sort of thing is probably very specific to the windowing system being used for the application. What platform are you aiming for? – Matt Moriarity Oct 13 at 17:59

2 Answers

vote up 0 vote down

For Windows, there are tools like AutoIt which can automate a GUI application. On Linux I'm not aware of anything, though; expect is the gold standard for automating command line applications like telnet, but it doesn't handle GUIs.

link|flag
vote up 0 vote down

Windows and Linux.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.