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
(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...")
 
Line 3: Line 3:
 
# Download the lastest geckodriver version at: https://github.com/mozilla/geckodriver/releases
 
# Download the lastest 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
## For windows users: The folder <code>C:\Ruby\bin</code> is already included in your PATH, so simply add the file there.
+
<blockquote>
 +
For windows users: The folder <code>C:\Ruby\bin</code> is already included in your PATH, so simply add the file there.
 +
</blockquote>
  
 
Done!
 
Done!

Revision as of 09:34, 23 November 2016

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

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

Done!