-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update list CLI options #1678
Update list CLI options #1678
Conversation
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Description updated to latest commit (a9a46c6)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @VietND96!
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Add new CLI option mentioned in PR SeleniumHQ/selenium#13804
Add 2 more CLI options are available in latest version but not mentioned yet
Types of changes
Checklist
Type
enhancement, documentation
Description
--newsession-threadpool-size
across multiple language documents to allow configuration of the thread pool size for session creation.--docker-host-config-keys
CLI option to specify which Docker host configuration keys should be passed to browser containers.--disable-ui
CLI option to allow disabling the Grid UI.Changes walkthrough
cli_options.en.md
Add new CLI options for session management, Docker, and UI control
website_and_docs/content/documentation/grid/configuration/cli_options.en.md
--newsession-threadpool-size
for configuringthread pool size.
--docker-host-config-keys
to specify Docker hostconfiguration keys.
--disable-ui
to disable the Grid UI.cli_options.ja.md
Add new CLI options for session management, Docker, and UI control
website_and_docs/content/documentation/grid/configuration/cli_options.ja.md
--newsession-threadpool-size
for configuringthread pool size.
--docker-host-config-keys
to specify Docker hostconfiguration keys.
--disable-ui
to disable the Grid UI.cli_options.pt-br.md
Add new CLI options for session management, Docker, and UI control
website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md
--newsession-threadpool-size
for configuringthread pool size.
--docker-host-config-keys
to specify Docker hostconfiguration keys.
--disable-ui
to disable the Grid UI.cli_options.zh-cn.md
Add new CLI options for session management, Docker, and UI control
website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md
--newsession-threadpool-size
for configuringthread pool size.
--docker-host-config-keys
to specify Docker hostconfiguration keys.
--disable-ui
to disable the Grid UI.