I'm doing a script for our fcompany, and am having issues with performing a uninstall of norton. I find i have trouble using the regular "waits", as in each computer's timing seams to be different. I need to find out how to make the macro wait until the next window of norton to appear for the restart (keeping in mind, that throughout the uninstall, all windows have the same title.)
Here is the code:
Run Program>explorer.exe
WaitWindowOpen>My Documents
SetFocus>My Documents
Press Tab
Press Tab
send>C:\IBMTOOLS\APPS\NORTONAV
Press Enter
WaitWindowOpen>NORTONAV
SetFocus>NORTONAV
Press Tab
Press Tab
Press Tab
send>navsetup
Press Enter
WaitWindowOpen>Norton AntiVirus 2005 Setup
SetFocus>Norton AntiVirus 2005 Setup
Press Tab
Press Enter
WaitWindowChanged>
Press Enter
WaitWindowChanged>
Press Tab
Press Enter
Any help is appriciated.
