Skip to content

Commit

Permalink
Remove not-yet supported feature from documentation
Browse files Browse the repository at this point in the history
[deploy site]
  • Loading branch information
titusfortner committed Jul 30, 2023
1 parent 0d50b72 commit f0fc606
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ located by default at `~/.cache/selenium/selenium-manager-config.toml`.
| --proxy user@pass:myproxy:8080 | SE_PROXY=user@pass:myproxy:8080 | proxy = "user@pass:myproxy:8080" |
| --browser-ttl 0 | SE_BROWSER_TTL=0 | browser-ttl = 0 |
| --driver-ttl 86400 | SE_DRIVER_TTL=86400 | driver-ttl = 86400 |
| | SE_DRIVER_MIRROR=http://my-chromedriver-mirror.net | driver-mirror = "http://my-chromedriver-mirror.net" |
| --clear-cache | | |
| --clear-metadata | | |
| | SE_CACHE_PATH=/my/custom/cache | cache-path = "/my/custom/cache" |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ located by default at `~/.cache/selenium/selenium-manager-config.toml`.
| --proxy user@pass:myproxy:8080 | SE_PROXY=user@pass:myproxy:8080 | proxy = "user@pass:myproxy:8080" |
| --browser-ttl 0 | SE_BROWSER_TTL=0 | browser-ttl = 0 |
| --driver-ttl 86400 | SE_DRIVER_TTL=86400 | driver-ttl = 86400 |
| | SE_DRIVER_MIRROR=http://my-chromedriver-mirror.net | driver-mirror = "http://my-chromedriver-mirror.net" |
| --clear-cache | | |
| --clear-metadata | | |
| | SE_CACHE_PATH=/my/custom/cache | cache-path = "/my/custom/cache" |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ located by default at `~/.cache/selenium/selenium-manager-config.toml`.
| --proxy user@pass:myproxy:8080 | SE_PROXY=user@pass:myproxy:8080 | proxy = "user@pass:myproxy:8080" |
| --browser-ttl 0 | SE_BROWSER_TTL=0 | browser-ttl = 0 |
| --driver-ttl 86400 | SE_DRIVER_TTL=86400 | driver-ttl = 86400 |
| | SE_DRIVER_MIRROR=http://my-chromedriver-mirror.net | driver-mirror = "http://my-chromedriver-mirror.net" |
| --clear-cache | | |
| --clear-metadata | | |
| | SE_CACHE_PATH=/my/custom/cache | cache-path = "/my/custom/cache" |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ located by default at `~/.cache/selenium/selenium-manager-config.toml`.
| --proxy user@pass:myproxy:8080 | SE_PROXY=user@pass:myproxy:8080 | proxy = "user@pass:myproxy:8080" |
| --browser-ttl 0 | SE_BROWSER_TTL=0 | browser-ttl = 0 |
| --driver-ttl 86400 | SE_DRIVER_TTL=86400 | driver-ttl = 86400 |
| | SE_DRIVER_MIRROR=http://my-chromedriver-mirror.net | driver-mirror = "http://my-chromedriver-mirror.net" |
| --clear-cache | | |
| --clear-metadata | | |
| | SE_CACHE_PATH=/my/custom/cache | cache-path = "/my/custom/cache" |
Expand Down

0 comments on commit f0fc606

Please sign in to comment.