Skip to content

Commit 4c43b45

Browse files
Kelly Seldengiggio
Kelly Selden
authored andcommittedOct 8, 2019
Versioning LATEST => 75.0.3770.140
It would probably be more useful for readers to refer to a real version in addition to the default of LATEST
1 parent 0f9ec80 commit 4c43b45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ Another option is to use env variable `CHROMEDRIVER_VERSION`.
229229
CHROMEDRIVER_VERSION=LATEST npm install chromedriver
230230
```
231231

232+
You can also force a different version of chromedriver by replacing `LATEST` with a version number:
233+
234+
```shell
235+
CHROMEDRIVER_VERSION=75.0.3770.140 npm install chromedriver
236+
```
237+
232238
## A Note on chromedriver
233239

234240
Chromedriver is not a library for NodeJS.

0 commit comments

Comments
 (0)
Please sign in to comment.