Can I use applescript to click buttons in background?
Posted
by
Giorgio
on Super User
See other posts from Super User
or by Giorgio
Published on 2012-10-12T20:38:18Z
Indexed on
2012/10/12
21:39 UTC
Read the original article
Hit count: 138
osx
|applescript
Sorry for this generic and probably bad-written question. I've never programmed in applescript, but I'm quite familiar with other coding language.
I'm in the need of clicking on 2 sequential button inside the lobby of a software (when you click the first a popup appears and we should click 'ok'). However things are a little bit more complicated then this because:
1) the lobby of this program isn't in foreground: it's covered by other windows opened. (I don't have experience so I don't know if this represent a problem).
2) there should be a timer and the program should click this button at regular intervals.
Is this feasible with applescript?
© Super User or respective owner