Skip to content

Commit 8834e00

Browse files
committed
ChromeDriver MUST BE at least version 2.32 !!!
1 parent 077fb37 commit 8834e00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ SeleniumBase includes an automated/manual hybrid solution called **[MasterQA](ht
9494

9595
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:
9696

97-
* For Chrome, get [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) on your System Path.
97+
* For Chrome, get [Chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) on your System Path. (**Version 2.32 or above required!**)
9898

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

@@ -116,6 +116,12 @@ Mac:
116116
brew install chromedriver phantomjs
117117
```
118118

119+
(NOTE: If your existing version of chromedriver is less than 2.32, **you must upgrade!**)
120+
121+
```bash
122+
brew upgrade chromedriver
123+
```
124+
119125
* To verify that the web drivers are working, **[follow these instructions](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/verify_webdriver.md)**.
120126

121127

0 commit comments

Comments
 (0)