Hi all, After a successful upgrade from an old version of watir and ruby I am attempting to create a new vm test rig running the latest ruby and watir.
It's a fresh install of windows 7 so I'm using the watirbook instructions as directed and following them as specified, or so I thought but I don't appear to be getting the watir gem installed. When I require "watir" I get the message "cannot load such file -- watir/loader". After carrying out gem install watir I get a few gems including commonwatir and watir webdriver. I have seen a few posts in groups about similar messages for the webdriver but not watir except really old posts (as far as I can see). I'm assuming my previous attempt worked as I already had a watir gem installed, all be it an old one. Next I tried to install webdriver to see if that helped. gem install watir-webdriver successfully installed irb require watir-webdriver true browser = Watir::Browser.new :ie WebDriverError: Unable to find standalone executable Is there a step Im missing or has anyone else had similar difficulties? Versions I'm using: Ruby 2.0.0-p0 DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe *** LOCAL GEMS *** bigdecimal (1.2.0) childprocess (0.3.9) commonwatir (4.0.0) ffi (1.8.1 x86-mingw32) io-console (0.4.2) json (1.7.7) mini_portile (0.5.0) minitest (4.3.2) multi_json (1.7.2) psych (2.0.0) rake (0.9.6) rdoc (4.0.0) rubygems-update (2.0.3) rubyzip (0.9.9) selenium-webdriver (2.32.1) test-unit (2.0.0.0) watir-webdriver (0.6.3) websocket (1.0.7) win32-api (1.4.8 x86-mingw32) win32-process (0.7.2) windows-api (0.4.2) windows-pr (1.2.2) -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
