Thank you for taking your time in reading this. I am just getting started with running Watir in Eclipse. When I try to load the require 'firewatir'
statement on the top of the page, I receieve this error in the Eclipse console:
in `inherited': undefined method `demodulize' for "FireWatir::Pre":String (NoMethodError)
Running require firewatir
in the 'irb' returns the same error. Any help would be greatly appreciated!
System Information:
Ruby Version: Ruby 1.9.1p430
Eclipse Version: Eclipse Java EE IDE Build id: 20100218-1602
Watir Version: 1.6.5
FireWatir Version: firewatir 1.6.5
I solved this by:
To allow Watir to run on ruby 1.9.2
install devkit and follow procedures listed here : Ruby Installer at GitHub