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

From Test Automation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
Since Firefox 48, they have updated their system to use Geckodriver. This is a small file that helps Selenium communicate with the browser.
 
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 version at: https://github.com/mozilla/geckodriver/releases
+
# Download the latest geckodriver version at: https://github.com/mozilla/geckodriver/releases
 
# Unpack the download and add the file to your PATH
 
# Unpack the download and add the file to your PATH
 
<blockquote>
 
<blockquote>
Line 8: Line 8:
  
 
Done!
 
Done!
 +
 +
[[Category:FAQ]]

Latest revision as of 11:13, 14 March 2017

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 latest geckodriver version at: https://github.com/mozilla/geckodriver/releases
  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!