diff --git a/README.md b/README.md index b03cf60..90fca33 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ There are three options available to change the way the command works. - **`--ver=[VER]`**: This option by default is set to `115.0.5763.0` in both commands. +If you provide a milestone version, this will trigger a search box to select all the versions available. +
+
+**Example** +![Alt text](art/search-box.png) + > **Note**: For the `install:driver` command, the default version it's really important, this is the started version from where you can get the `chromedriver` binary, before that version, we don't have access to it (for now). diff --git a/art/search-box.png b/art/search-box.png new file mode 100644 index 0000000..4f8ebde Binary files /dev/null and b/art/search-box.png differ