When I try to open/attach to an IE browser, I am getting the below error. I have the Watir gem installed in my system, but still I am facing the below error. Earlier, they were no issues when I tried to open the IE browser.
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'watir'
=> true
irb(main):003:0> include Watir
=> Object
irb(main):004:0> @ie=Watir::IE.new
NameError: uninitialized constant Watir::IE
from (irb):4
My system configurations:
Windows-7
IE-8