Skip to content

Commit

Permalink
Include SE_CLEAR_CACHE and SE_CLEAR_METADATA in SM doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed May 17, 2024
1 parent b87f8d3 commit 9dd3f16
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions website_and_docs/content/documentation/selenium_manager.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Let's consider an example. A Selenium binding asks Selenium Manager to resolve c

Selenium Manager includes two additional arguments two handle the cache, namely:

- `--clear-cache`: To remove the cache folder.
- `--clear-metadata`: To remove the metadata file.
- `--clear-cache`: To remove the cache folder (equivalent to the environment variable `SE_CLEAR_CACHE=true`).
- `--clear-metadata`: To remove the metadata file (equivalent to the environment variable `SE_CLEAR_METADATA=true`).

## Versioning
Selenium Manager follows the same versioning schema as Selenium. Nevertheless, we use the major version 0 for Selenium Manager releases because it is still in beta. For example, the Selenium Manager binaries shipped with Selenium 4.12.0 corresponds to version 0.4.12.
Expand Down
4 changes: 2 additions & 2 deletions website_and_docs/content/documentation/selenium_manager.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Let's consider an example. A Selenium binding asks Selenium Manager to resolve c

Selenium Manager includes two additional arguments two handle the cache, namely:

- `--clear-cache`: To remove the cache folder.
- `--clear-metadata`: To remove the metadata file.
- `--clear-cache`: To remove the cache folder (equivalent to the environment variable `SE_CLEAR_CACHE=true`).
- `--clear-metadata`: To remove the metadata file (equivalent to the environment variable `SE_CLEAR_METADATA=true`).

## Versioning
Selenium Manager follows the same versioning schema as Selenium. Nevertheless, we use the major version 0 for Selenium Manager releases because it is still in beta. For example, the Selenium Manager binaries shipped with Selenium 4.12.0 corresponds to version 0.4.12.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Let's consider an example. A Selenium binding asks Selenium Manager to resolve c

Selenium Manager includes two additional arguments two handle the cache, namely:

- `--clear-cache`: To remove the cache folder.
- `--clear-metadata`: To remove the metadata file.
- `--clear-cache`: To remove the cache folder (equivalent to the environment variable `SE_CLEAR_CACHE=true`).
- `--clear-metadata`: To remove the metadata file (equivalent to the environment variable `SE_CLEAR_METADATA=true`).

## Versioning
Selenium Manager follows the same versioning schema as Selenium. Nevertheless, we use the major version 0 for Selenium Manager releases because it is still in beta. For example, the Selenium Manager binaries shipped with Selenium 4.12.0 corresponds to version 0.4.12.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Let's consider an example. A Selenium binding asks Selenium Manager to resolve c

Selenium Manager includes two additional arguments two handle the cache, namely:

- `--clear-cache`: To remove the cache folder.
- `--clear-metadata`: To remove the metadata file.
- `--clear-cache`: To remove the cache folder (equivalent to the environment variable `SE_CLEAR_CACHE=true`).
- `--clear-metadata`: To remove the metadata file (equivalent to the environment variable `SE_CLEAR_METADATA=true`).

## Versioning
Selenium Manager follows the same versioning schema as Selenium. Nevertheless, we use the major version 0 for Selenium Manager releases because it is still in beta. For example, the Selenium Manager binaries shipped with Selenium 4.12.0 corresponds to version 0.4.12.
Expand Down

0 comments on commit 9dd3f16

Please sign in to comment.