Since recently Apple changed the iTunes Connect interface, and people are required to upload apps with the Application Loader.
That's nice but I need a script for automating my work.
How can an app like App Loader be automated?
I was thinking of something written in AppleScript ... but I don't know what actions it exposes (if any). Found somewhere that I could also do GUI scripting from within AppleScript, but I can't find docs on that.
What I need ... some way to trigger input actions (mouse clicks / keyboard input) and read the text from the various controls displayed.
If that would be possible in Python/Ruby it would be great, but AppleScript is fine.
OS X is version 10.6.4.
Any suggestions are appreciated.
Thanks,