[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby-WATir Browser opening issue

Mukund

4/3/2006 1:38:00 PM

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?

Mukund.

--
Posted via http://www.ruby-....


2 Answers

Dave Burt

4/4/2006 11:21:00 AM

0

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/w...

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

bpettichord

4/5/2006 5:22:00 AM

0

My guess would be that it has to do with the security settings. Many of
this target "scripting" which can be malicious code or (in your case)
your test script. Obviously 2003 is locked down tighter than 2000.