You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Update waits Doc for zh-cn
Motivation and Context
Types of changes
Change to the site (I have double-checked the Netlify deployment, and my changes look good)
Code example added (and I also added the example to all translated languages)
Improved translation
Added new translation (and I also added a notice to each document missing translation)
The code block at line 161 contains an English comment "The easiest way to customize Waits in Java is to use the FluentWait class:" that should be translated to Chinese for consistency with the rest of the document.
The easiest way to customize Waits in Java is to use the `FluentWait` class:
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/waits/WaitsTest.java#L82-L92" >}}
✅ Fix broken URL formatSuggestion Impact:The commit implemented exactly what was suggested - removing the space after the colon in the URL to fix the broken link format
Remove the space after the colon in the URL to ensure the link works properly. The current format with a space after the colon will break the URL when clicked.
Why: This suggestion correctly identifies and fixes a malformed URL where there's an extra space after the colon in https: //. This would break the link functionality and should be corrected.
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
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.
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
Update waits Doc for zh-cn
Motivation and Context
Types of changes
Checklist
PR Type
Documentation
Description
Improved and expanded the Chinese translation for the waits documentation
Enhanced clarity and accuracy of technical explanations
Updated terminology and formatting for consistency
Added more detailed examples and warnings in Chinese
Changes walkthrough 📝
waits.zh-cn.md
Comprehensive rewrite and improvement of waits documentation (zh-cn)website_and_docs/content/documentation/webdriver/waits.zh-cn.md
document