Thanks for the speedy reply but it's still not quite there. I rushed in at first with gem install watir-classic which didn't appear to do anything before checking that it should've been gem install watir watir-classic so I tried that, but my gem list still doesn't include watir or watir-classic?
On Friday, 26 April 2013 11:21:00 UTC+1, Željko Filipin wrote: > > Hi, > > comments are inline. > > On Fri, Apr 26, 2013 at 12:10 PM, gary <[email protected]<javascript:> > > wrote: > >> 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". >> > > I think I wrote the instructions before we had watir-classic gem. Try > installing watir-classic and watir-webdriver gems. > > >> browser = Watir::Browser.new :ie >> WebDriverError: Unable to find standalone executable >> > > At the time when I wrote the instructions IE driver for watir-webdriver > was included with the gem. Now you have to download IEdriver separately: > > https://code.google.com/p/selenium/wiki/InternetExplorerDriver > https://code.google.com/p/selenium/downloads/list > > Željko > -- > https://leanpub.com/watirbook > -- -- 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.
