I am running a program called spy hunter. When it starts, there is a tab ( settings) which you press on it- you have an option to run update.
For some reason, I can’t get the script to work. All I want to do is to update it, run it and then when it’s done- to close it.
example:
Run Program>C:\Program Files\Enigma Software Group\SpyHunter\SpyHunter.exe
WaitWindowOpen>SpyHunter v 1.5.83
SetFocus>SpyHunter v 1.5.83
MouseOver>SpyHunter v 1.5.83,Settings
Lclick
Updating program
Moderators: Dorian (MJT support), JRL
In some cases a tab (control) is using the same label for all shown tabs.there is a tab
I'm not shure if MouseOver> is able to identify tabs beside the standard buttons, even is they're labled uniquely.
In his case you should check if it's possible to jump to a fixed area which is close to that tab, using a keyboard shortcut eg. like ALT+P to jump to a button which is labled Open or MouseOver>testwindow, O&pen should work too. From there you use (Shift+) TAB keys to cruise to your favourite Tab.