-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Added se-config.toml Example to Selenium Manager #1991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
VietND96
merged 8 commits into
SeleniumHQ:trunk
from
shbenzer:document_selenium_bindings
Nov 7, 2024
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b5b8bdc
Added se-config.toml Example to Selenium Manager
shbenzer d680864
Merge branch 'trunk' into document_selenium_bindings
shbenzer ceffca6
Merge branch 'trunk' into document_selenium_bindings
VietND96 ee8b0c7
Merge branch 'trunk' into document_selenium_bindings
shbenzer 0aa7441
Merge branch 'trunk' into document_selenium_bindings
shbenzer 77b6b17
Merge branch 'trunk' into document_selenium_bindings
VietND96 4b6f3b2
Merge branch 'trunk' into document_selenium_bindings
VietND96 868df43
Merge branch 'trunk' into document_selenium_bindings
harsha509 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
examples/python/tests/selenium_manager/example_se-config.toml
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.