RBCC Posted October 25, 2007 Posted October 25, 2007 Here is my script: Opt("WinWaitDelay",100) Opt("WinTitleMatchMode",4) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) Run('McAfee.Spamkiller.exe') WinWait("End User License Agreement","End User License Agr") If Not WinActive("End User License Agreement","End User License Agr") Then WinActivate("End User License Agreement","End User License Agr") WinWaitActive("End User License Agreement","End User License Agr") MouseMove(339,323) MouseDown("left") MouseUp("left") WinWait("McAfee SpamKiller Installation Wizard","") If Not WinActive("McAfee SpamKiller Installation Wizard","") Then WinActivate("McAfee SpamKiller Installation Wizard","") WinWaitActive("McAfee SpamKiller Installation Wizard","") MouseMove(192,180) MouseDown("left") MouseUp("left") MouseMove(444,364) MouseDown("left") MouseUp("left") " Completing the Mcafee Spamkiller setup" Screen goes here but it doesn't get scripted. how do I solve this? MouseMove(464,361) MouseDown("left") MouseUp("left") John
Recommended Posts