I am using a Mac, OSX 10.6, and I have a feature in a desktop application that I want to automate. Manually, I press Command + R, waiting for the application to read some data from the physical device for 1 minute, then press + R again to do another reading (at this point it asks me if I want to save the data, so I click tab, tab, and then a space bar to choose to save data.I do it 3 times, so I want to automate 3 times, so I can get away from the computer and it will read 3 times automatically.
Is an automatic machine the best way to do this?
I tried to do this already in the machine using the "watch me do" function. It starts with โbring theโ Untitled to the foreground โwindow, and then the second command - press the + R command. Then I found a small piece of apple script to wait 1 minute and I will connect the first action to this for the wait function.
However, when I press run or step, instead of moving and opening the correct window ("Untitled"), the cursor moves to the Media button in the machine and instead clicks! But the application is definitely indicated as correct.
Any help is appreciated, but maybe an automaton is the wrong way?
source share