I was not able to get this to work via Watir. I created a very small Autoit 
file which ran before the script. I used a batch file to execute both files. 
The Auotit code is below (just in case, someone else runs into the issue):

Run("C:\Program Files\Internet Explorer\iexplore.exe")
WinWaitActive("Blank Page - Windows Internet Explorer")
Send("http://mytest_site";)
Send("{ENTER}")
WinWaitActive("Title of mytest_site")
Send("{ENTER}")
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to