Hi,

I am new to watir. thefollwing method was working fine before.But
suddenly i am getting this error message.


def visit
    @browser = Watir::Browser.new
    @browser = Watir::Browser.start("http://google.com";)
     #@browser.start('http://google.com')
      #@browser.goto('http://google.com')
end

on calling this method i m getting following error message.

WIN32OLERuntimeError: failed to create WIN32OLE object from
`InternetExplorer.Application'
    HRESULT error code:0x80004005
      Unspecified error


NoMethodError: undefined method `goto' for nil:NilClass


please help me.

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

Reply via email to