Updating program

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
guyofer
Newbie
Posts: 4
Joined: Fri Sep 17, 2004 12:54 pm

Updating program

Post by guyofer » Fri Sep 17, 2004 3:52 pm

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

Lumumba

Post by Lumumba » Fri Sep 17, 2004 10:53 pm

there is a tab
In some cases a tab (control) is using the same label for all shown tabs.
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.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts