Reputation: 144
In irb I do the following:
require "watir"
b = Watir::Browser.new :chrome
I then get the following error:
Selenium::WebDriver::Error::WebDriverError: unable to connect to chromedriver 127.0.0.1:9515
OSX 10.12.3 Ruby 2.3.1 Chrome Driver latest version Watir 6.2.0
Upvotes: 5
Views: 14172
Reputation: 59
Solved in a minute!
export PATH=$PATH:/path/to/application
Upvotes: 0