unable to connect to chromedriver http://127.0.0.1:9515 (Selenium::WebDriver::Error::WebDriverError)
capybara, cucumber, ruby, ruby-on-rails, selenium
Solution
I had this issue because of path override with rbenv shim. It's worth checking where `which chromedriver` points too.
For me the fix was: `gem uninstall chromedriver-helper` and `brew install chromedriver`
Problem
I have installed chrome-driver from http://chromedriver.storage.googleapis.com/index.html and I have installed both Google-chrome browser also. I want to Run cucumber test cases using chrome browser instead of Firefox browser but I am stuck with this error. Any help appreciated. Thanks