Skip to content

Commit 0dd767a

Browse files
committed
Update the ReadMe to include the latest SeleniumBase updates
1 parent 9860854 commit 0dd767a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ SeleniumBase can download a web driver to the [seleniumbase/drivers](https://git
5656
seleniumbase install chromedriver
5757
```
5858
* You need a different web driver for each web browser you want to run automation on: ``chromedriver`` for Chrome, ``edgedriver`` for Edge, ``geckodriver`` for Firefox, ``operadriver`` for Opera, and ``iedriver`` for Internet Explorer.
59+
* If you have the latest version of Chrome installed, get the latest chromedriver (<i>otherwise it defaults to chromedriver 2.44 for compatibility reasons</i>):
60+
```bash
61+
seleniumbase install chromedriver latest
62+
```
5963

6064
### <img src="https://cdn2.hubspot.net/hubfs/100006/images/super_square_logo_3a.png" title="SeleniumBase" height="32"> Run a test on Chrome:
6165
```bash

0 commit comments

Comments
 (0)