Skip to content

Commit 9c923de

Browse files
committed
Update the documentation
1 parent d707826 commit 9c923de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

help_docs/webdriver_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sbase install iedriver
1212
sbase install operadriver
1313
```
1414

15-
* 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>):
15+
* If you have the latest version of Chrome installed, get the latest chromedriver (<i>otherwise it defaults to chromedriver 72.0.3626.69 for compatibility reasons</i>):
1616

1717
```bash
1818
sbase install chromedriver latest

seleniumbase/console_scripts/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ COMMANDS:
5252
* Examples:
5353

5454
```bash
55-
sbase get chromedriver
55+
sbase get chromedriver # (Default version = 72.0.3626.69)
5656
sbase get geckodriver
5757
sbase get edgedriver
5858
sbase get chromedriver 101

seleniumbase/console_scripts/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def show_install_usage():
129129
print(" iedriver, operadriver)")
130130
print(" Options:")
131131
print(" VERSION Specify the version to download.")
132-
print(" (Default Chromedriver version = 2.44.")
132+
print(" (Default chromedriver = 72.0.3626.69.")
133133
print(' Use "latest" for the latest version.')
134134
print(" For chromedriver, you can also use")
135135
print(" the major version integer")

seleniumbase/drivers/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ seleniumbase get operadriver
1212

1313
After running the commands above, web drivers will get downloaded into this folder. SeleniumBase will then use those drivers during tests if present. (The drivers don't come with SeleniumBase by default.)
1414

15-
* 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>):
15+
* If you have the latest version of Chrome installed, get the latest chromedriver (<i>otherwise it defaults to chromedriver 72.0.3626.69 for compatibility reasons</i>):
1616

1717
```bash
1818
sbase get chromedriver latest

0 commit comments

Comments
 (0)