Skip to content

Commit a620464

Browse files
committed
Update recommended Chromedriver version
1 parent efdcb30 commit a620464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

help_docs/before_installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
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:
1616

17-
* For Chrome, get [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) on your System Path. (**Version 2.32 or above is recommended!**)
17+
* For Chrome, get [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) on your System Path. (**[Version 2.33](https://chromedriver.storage.googleapis.com/index.html?path=2.33/) or above is recommended!**)
1818

1919
* For Firefox, get [Geckodriver](https://github.com/mozilla/geckodriver/releases) on your System Path.
2020

@@ -32,7 +32,7 @@ Mac:
3232
brew install chromedriver
3333
```
3434

35-
(NOTE: If your existing version of chromedriver is less than 2.32, **upgrading is recommended!**)
35+
(NOTE: If your existing version of chromedriver is less than 2.33, **upgrading is recommended!**)
3636

3737
```bash
3838
brew upgrade chromedriver
@@ -41,7 +41,7 @@ brew upgrade chromedriver
4141
Linux:
4242

4343
```bash
44-
wget http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip
44+
wget http://chromedriver.storage.googleapis.com/2.33/chromedriver_linux64.zip
4545
unzip chromedriver_linux64.zip
4646
mv chromedriver /usr/local/bin/
4747
chmod +x /usr/local/bin/chromedriver

0 commit comments

Comments
 (0)