Watir: 1.6.5
Windows 7 64 bits
Ruby 1.8.7

When running this code:

require 'watir'
nav=Watir::IE.new()
nav.goto("http://www.google.com";)
puts nav.url
nav.close()


I get this error:
unknown property or method `document'    HRESULT error code:
0x800706b5      The interface is unknown.

I was surfing the internet but nothing is working in my case

-- 
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