hinfie Posted March 26, 2005 Posted March 26, 2005 I tried to automate the firefox 1.02 install but when i press the button on the first page the installer closes woithout warning... I got this with the NL and EN version. Any ideas? Run('Firefox Setup 1.0.2.exe') _winwait("Firefox Setup", "Welcome to Mozilla F") ControlClick("Firefox Setup", "Welcome to Mozilla F", "Button3") Func _winwait($var1, $var2) WinWait($var1, $var2) If Not WinActive($var1, $var2) Then WinActivate($var1, $var2) WinWaitActive($var1, $var2) EndFunc ;==>_winwait
Developers Jos Posted March 26, 2005 Developers Posted March 26, 2005 I tried to automate the firefox 1.02 install but when i press the button on the first page the installer closes woithout warning... I got this with the NL and EN version.Any ideas?<{POST_SNAPBACK}>Try:ControlClick("Firefox Setup", "Welcome to Mozilla F", "Button2")Button3 is the Finish button and looks like it is hidden.... :"> SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
hinfie Posted March 26, 2005 Author Posted March 26, 2005 Thanks, that did the trick... I realy have to take a closer look.. i did see the Finish text, but AU3spy realy was on that button... Learning all the time Thanks JdeB Je hebt "alweer" een espresso verdient...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now