Works for me too with Ruby 1.9.3 win7 64bit using IE9:
C:\Users\jarmo>irb
irb(main):001:0> require "watir"
=> true
irb(main):002:0> Watir::VERSION
=> "3.1.0"
irb(main):003:0> b = Watir::Browser.new
=> #<Watir::IE:0x..f95e5d08e url="about:blank" title="">
irb(main):004:0> b.goto "yahoo.com"
=> 3.320189
irb(main):005:0> b.goto "facebook.com"
=> 1.739099

Jarmo Pertman
-----
IT does really matter - http://itreallymatters.net


On Friday, August 24, 2012 2:10:29 PM UTC+3, Željko Filipin wrote:
>
> On Thu, Aug 23, 2012 at 11:22 PM, Chad Larkin 
> <chadj...@gmail.com<javascript:>> 
> wrote:
> > I do not have a Win7 32-bit machine with IE9 to test this on.  Wonder if 
> anyone else is able to reproduce this in a similar environment or can test 
> on Win7 32-bit with IE9.
>
> I have just booted into windows 7 32-bit with IE9.
>
> ruby 1.9.3p194 (2012-04-20) [i386-mingw32]
>
> commonwatir (3.0.0)
> watir (3.0.0)
> watir-classic (3.1.0)
>
> irb(main):001:0> require "watir"
> => true
>
> irb(main):002:0> browser = Watir::Browser.new
> => #<Watir::IE:0x..fcd1d4bee url="about:blank" title="">
>
> irb(main):003:0> browser.goto "yahoo.com"
> => 3.822006
>
> There were no errors, yahoo page opened just fine.
>
> Željko
> --
> filipin.eu 
>  

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to