Skip to content

Commit a6792d5

Browse files
authored
chore(docs): add legacy doc references for < 12 (#411)
closes #245
1 parent cd8fc2d commit a6792d5

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
* [Use as a dependency](#use-as-a-dependency)
44
* [Use as a command line interface](#use-as-a-command-line-interface)
5-
* [The command line interface help commands](#the-command-line-interface-help-commands)
5+
* [Command line interface --help commands](#command-line-interface---help-commands)
6+
* [Older versions of webdriver-manager](#older-versions-of-webdriver-manager)
67
* [Environment variables](docs/env_vars.md)
78

89

@@ -81,7 +82,7 @@ you should pin that ChromeDriver version to be
8182
downloaded: `webdriver-manager update --versions.chrome=73.0.3683.68`.
8283
To find out the latest version, check out http://chromedriver.chromium.org/ .
8384

84-
## The command line interface help commands
85+
## Command line interface --help commands
8586

8687
To get a list of commands for webdriver-manager, use the help flag.
8788

@@ -130,3 +131,18 @@ Options:
130131
--versions.ie The ie driver version. [string]
131132
--versions.standalone The selenium server standalone version. [string]
132133
```
134+
135+
## Older versions of webdriver-manager
136+
137+
NOTE: It is recommended to use the latest since it will have improvements and bug
138+
fixes.
139+
140+
If you are running versions 10 - 12, see the
141+
[Legacy branch](https://github.com/angular/webdriver-manager/tree/legacy).
142+
Please also see the [CHANGELOG.md](CHANGELOG.md) since there have been many bug
143+
fixes and it might be a good idea to upgrade to the latest.
144+
145+
If you are running versions 9 or lower, reference
146+
[pose/webdriver-manager](https://github.com/pose/webdriver-manager). If there
147+
are features that existed in version 9 and lower, please open up an issue with
148+
the missing feature or a create a pull request.

0 commit comments

Comments
 (0)