Unable to find Chromedriver Please download the server from and place it somewhere on your PATH

From Test Automation Wiki
Jump to: navigation, search

For Selenium to talk Chrome browser it needs this driver.

  1. Download the latest Chromedriver version at: https://sites.google.com/a/chromium.org/chromedriver/downloads
  2. Unpack the download and add the file to your PATH

For windows users: The folder C:\Ruby\bin is already included in your PATH, so simply add the file there.

Done!