I am trying to devise a script to open up different files within a program and “export” them. So far I have the ability to “Activate” the program, then basic “move cursor to and click” at the File and Export buttons, with “Pause 1.5 seconds” between them, then press enter to export.
The problem I’m running into is if there is a way to then open up the other projects. This script works for one project, but not others. I was thinking if there is some way to organize which file to open, something like click on the “Open project” button, then have the list sorted by “Last modified” so it would go through all files in a folder or something…
And also how to wait until the project finishes exporting… I have tried “until pixel is not” but if something goes wrong the program keeps going on forever clicking things at a timer.
I was wondering if there might be a simpler way. Any ideas? Thank you for your help!