Hi everyone, I have a problem executing watir; I hope someone can help me.
After calling the goto method of the Browser I receive this message: (Object doesn't support #inspect). This is my code: irb(main):001:0> require 'watir' => true irb(main):002:0> browser = Watir::IE.new => #<Watir::IE:0x5587c06 url="about:blank" title=""> irb(main):003:0> browser.goto 'www.google.com' => 0.033002 irb(main):004:0> browser (Object doesn't support #inspect) => irb(main):005:0> I'm working with this version of watir: ruby 1.9.3p194 (2012-04-20) [i386-mingw32] And the version of IE is 8.0.7601.17514 My O.S. is Windows 7. Thank you very much. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
