|
2 | 2 |
|
3 | 3 | * [Use as a dependency](#use-as-a-dependency) |
4 | 4 | * [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) |
6 | 7 | * [Environment variables](docs/env_vars.md) |
7 | 8 |
|
8 | 9 |
|
@@ -81,7 +82,7 @@ you should pin that ChromeDriver version to be |
81 | 82 | downloaded: `webdriver-manager update --versions.chrome=73.0.3683.68`. |
82 | 83 | To find out the latest version, check out http://chromedriver.chromium.org/ . |
83 | 84 |
|
84 | | -## The command line interface help commands |
| 85 | +## Command line interface --help commands |
85 | 86 |
|
86 | 87 | To get a list of commands for webdriver-manager, use the help flag. |
87 | 88 |
|
@@ -130,3 +131,18 @@ Options: |
130 | 131 | --versions.ie The ie driver version. [string] |
131 | 132 | --versions.standalone The selenium server standalone version. [string] |
132 | 133 | ``` |
| 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