irb(main):001:0> require 'watir'
=> true
irb(main):002:0> Watir::Browser.default = 'firefox'
=> "firefox"
irb(main):003:0> $browser = Watir::Browser.new
=> #<FireWatir::Firefox:0x3279518 url="about:blank" title="">
irb(main):004:0> $browser.status
NameError: uninitialized constant FireWatir::Firefox::WINDOW_VAR
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/
active_support/dependencies.rb:105:in `const_missing'
from c:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/
firewatir/firefox.rb:460:in `status'
from (irb):4
Environment:
Ruby 1.8.6
FF 3.5.5
WinXP
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines:
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---