Difference between revisions of "Unable to find Chromedriver Please download the server from and place it somewhere on your PATH"

From Test Automation Wiki
Jump to: navigation, search
(Created page with "For Selenium to talk Chrome browser it needs this driver. # Download the latest Chromedriver version at: https://sites.google.com/a/chromium.org/chromedriver/downloads # Unp...")
 
(No difference)

Latest revision as of 11:24, 14 March 2017

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!