Update the docs

This commit is contained in:
Michael Mintz 2018-03-19 17:07:18 -04:00
parent babbccce58
commit 59ddf8ac6c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
To run automation on various web browsers, you'll need to download a driver file for each one and place it on your System **[PATH](http://java.com/en/download/help/path.xml)**. On a Mac, ``/usr/local/bin`` is a good spot. On Windows, make sure you set the System Path under Environment Variables to include the location where you placed the driver files:
* For Chrome, get [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) on your System Path. (**[Version 2.36](https://chromedriver.storage.googleapis.com/index.html?path=2.36/) or above is recommended!**)
* For Chrome, get [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) on your System Path. (**[Version 2.37](https://chromedriver.storage.googleapis.com/index.html?path=2.37/) or above is recommended!**)
* For Firefox, get [Geckodriver](https://github.com/mozilla/geckodriver/releases) on your System Path.