Skip to content

Commit 7f25751

Browse files
committed
Update the docs
1 parent d665365 commit 7f25751

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

help_docs/webdriver_installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ sbase install chromedriver latest
2121
* You can also install a specific version of chromedriver for a specific version of Chrome:
2222

2323
```bash
24-
sbase install chromedriver 94.0.4606.61
24+
sbase install chromedriver 100.0.4896.60
2525

26-
sbase install chromedriver 94
26+
sbase install chromedriver 100
2727
```
2828

2929
* On Linux, you can run the following two commands (once you've installed SeleniumBase) to automatically upgrade your Chromedriver to match your version of Chrome: (``wget`` downloads the file, and ``pytest`` runs it.)
@@ -81,8 +81,8 @@ chmod +x /usr/local/bin/chromedriver
8181
```
8282

8383
```bash
84-
wget https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz
85-
tar xvfz geckodriver-v0.30.0-linux64.tar.gz
84+
wget https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz
85+
tar xvfz geckodriver-v0.31.0-linux64.tar.gz
8686
mv geckodriver /usr/local/bin/
8787
chmod +x /usr/local/bin/geckodriver
8888
```

0 commit comments

Comments
 (0)