I have a desktop application, to use that I need to login to it every time. But I want to automate this login process.
I want to write a little program which will:
- load my desktop application (in a scheduled time)
- type the user name
- type the password
- click the login button
My concern is, is this possible with a Desktop application? If possible what is the path I should follow?
I’m have worked with both Java and Ruby, so if I could get something developed by those two languages that would be great.
This would be around a four-line script in AutoHotkey, as it has function primitives that closely map to your operations.