From: http://wtr.rubyforge.org/watir_user_guide.html

Running on *Windows XP* and Internet Explorer prevents you from running 
the unit tests? If you are using Windows XP with Service Pack 2, you may 
not be able to run the tests unless you enable active content.

If the website you are testing has active content, the IE browser will 
"block" the content. To enable active content perform the following:

   1.  From the browser, select Tools > Internet Options
   2. Select the Advanced tab
   3. Under Security, check "Allow active content to run in files
   4. on My Computer" Click OK

There is more information on this page 
<http://www.winxptutor.com/lmzunlock.htm>.

David Munns wrote:
> I uninstalled all Ruby and Watir versions, installed Ruby 1.85-21 and
> Watir 1.5.1.1081. Running the Watir unit tests (ruby window_tests.rb)
> cause the IE information bar to keep prompting me "allow blocked
> content?" which appears to mess up the unit tests (failures and errors).
> Various attempts to disable this prompt have not been successful. How do
> you get these unit tests to run cleanly?
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord
> Sent: Wednesday, September 13, 2006 1:44 PM
> To: wtr-general@rubyforge.org
> Subject: Re: [Wtr-general] Watir 1.5 and attaching to windows problem
>
> It seems like you are getting a mix of Watir 1.4 and 1.5.
>
> If you used the one-click installer for 1.4, you need to uninstall Watir
>
> (or just uninstall Ruby) and then install 1.5.
>
> Bret
>
> _______________________________________________
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
> _______________________________________________
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>   

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to