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

From Test Automation Wiki
Revision as of 09:32, 23 November 2016 by Gijsp (talk | contribs) (Created page with "Since Firefox 48, they have updated their system to use Geckodriver. This is a small file that helps Selenium communicate with the browser. # Download the lastest geckodriver...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Since Firefox 48, they have updated their system to use Geckodriver. This is a small file that helps Selenium communicate with the browser.

  1. Download the lastest geckodriver version at: https://github.com/mozilla/geckodriver/releases
  2. Unpack the download and add the file to your PATH
    1. For windows users: The folder C:\Ruby\bin is already included in your PATH, so simply add the file there.

Done!