Daniel, I think you and I are leading parallel lives. I saw the same thing in a script I had that was something like this: require 'rubygems' require 'watir' ie = IE.new It used to work, but for some reason to get it to work now I had to change the last line to: ie = Watir::IE.new I hope this works for you. -- Posted via http://www.ruby-forum.com/.