forked from SeleniumHQ/seleniumhq.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added se-config.toml Example to Selenium Manager (SeleniumHQ#1991)
[deploy site] Co-authored-by: Viet Nguyen Duc <[email protected]> Co-authored-by: Sri Harsha <[email protected]>
- Loading branch information
Showing
5 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
examples/python/tests/selenium_manager/example_se-config.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
browser = "chrome" # --browser BROWSER | ||
driver = "chromedriver" # --driver DRIVER | ||
browser-version = "106" # --browser-version BROWSER_VERSION | ||
driver-version = "106.0.5249.61" # --driver-version DRIVER_VERSION | ||
browser-path = "/usr/bin/google-chrome" # --browser-path BROWSER_PATH | ||
driver-mirror-url = "https://custom-driver-mirror.com" # --driver-mirror-url DRIVER_MIRROR_URL | ||
browser-mirror-url = "https://custom-browser-mirror.com" # --browser-mirror-url BROWSER_MIRROR_URL | ||
output = "LOGGER" # --output OUTPUT | ||
os = "linux" # --os OS | ||
arch = "x64" # --arch ARCH | ||
proxy = "myproxy:8080" # --proxy PROXY | ||
timeout = 300 # --timeout TIMEOUT | ||
offline = true # --offline | ||
force-browser-download = true # --force-browser-download | ||
avoid-browser-download = false # --avoid-browser-download | ||
debug = true # --debug | ||
trace = true # --trace | ||
cache-path = "/custom/cache/path" # --cache-path CACHE_PATH | ||
ttl = 3600 # --ttl TTL | ||
language-binding = "Python" # --language-binding LANGUAGE | ||
avoid-stats = true # --avoid-stats |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters