From: Dave Burt Date: 2006-04-04T20:18:46+09:00 Subject: Re: Ruby-WATir Browser opening issue Mukund wrote: > Problem: Ruby Script which is running perfectly fine with windows2k O/s > is not openign IE browser in Win2k3 server Standard Edition. It is > Displaying message on windows status bar as 'Detecting proxy setting..'. > > Initially we have run same script on same machine many times, but never > find this issue. Can anyone experience the same? Hi, Firstly, try the wtr-general mailing list for questions like this, they'll be more helpful than this group: http://rubyforge.org/mailman/listinfo/wtr-general Second, here's my advice, for what it's worth. Check that you can open IE normally and browse to the site your script is trying to get to. Watir drives IE rather similarly to the way a user does. It may be the proxy settings on the machine aren't correct to get to the site you want to test. Cheers, Dave