Hello,
I´ve been trying to interact with another app on windows, which doesn´t have any data exchange protocol implemented. So i figured the best way to do this is by fetching data from an app and send it to the other one by sending keystrokes, simulating human interaction.
But i am having such a hard time trying to implement this kind of behavior! Do you know how to do this using Ruby?
thanks a lot!