Hi, comments are inline.
On Fri, Apr 26, 2013 at 12:10 PM, gary <[email protected]> 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.
