-
-
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
[grid]: Update CLI options aligned with version 4.26.0 #2022
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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
CLI options added/updated in Grid v4.26.0 released
Motivation and Context
Types of changes
Checklist
PR Type
documentation
Description
--vnc-env-var
option to accept multiple environment variables, enhancing flexibility in determining VNC stream availability.--connection-limit-per-session
to set a maximum number of websocket connections per session, preventing a single session from exhausting the host's connection limit.Changes walkthrough 📝
cli_options.en.md
Update CLI options for Grid version 4.26.0
website_and_docs/content/documentation/grid/configuration/cli_options.en.md
--vnc-env-var
option to accept multiple environment variables.--connection-limit-per-session
.cli_options.ja.md
Update CLI options for Grid version 4.26.0
website_and_docs/content/documentation/grid/configuration/cli_options.ja.md
--vnc-env-var
option to accept multiple environment variables.--connection-limit-per-session
.cli_options.pt-br.md
Update CLI options for Grid version 4.26.0
website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md
--vnc-env-var
option to accept multiple environment variables.--connection-limit-per-session
.cli_options.zh-cn.md
Update CLI options for Grid version 4.26.0
website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md
--vnc-env-var
option to accept multiple environment variables.--connection-limit-per-session
.