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
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
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
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 download link URL contains mismatched versions - it points to 'selenium-4.28.0' but downloads 'selenium-server-4.28.1.jar'. This will cause a 404 error. Update the URL path to match the file version.
Why: Critical fix for a broken download link that would result in a 404 error. The URL path version (4.28.0) doesn't match the JAR file version (4.28.1), which would prevent users from downloading the server.
10
Fix incorrect download URL path
Similar to the server download, the Java binding download URL has mismatched versions which will result in a 404 error. The URL path should be updated to match the file version.
Why: Critical fix for a broken download link where the URL path version (4.28.0) doesn't match the Java binding version (4.28.1). This mismatch would cause a 404 error and prevent users from downloading the Java client.
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
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement
Description
Updated Selenium Server version to 4.28.1 in multiple files.
Updated Java and Python bindings to version 4.28.1.
Adjusted test configurations to use the new server version.
Changes walkthrough 📝
list.html
Update Selenium Server download link to 4.28.1
website_and_docs/layouts/downloads/list.html
selenium-clients-and-webdriver-bindings.html
Update Java and Python bindings to 4.28.1
website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html
conftest.py
Update Python test configurations to 4.28.1
examples/python/tests/conftest.py
BaseTest.cs
Update .NET base test to use 4.28.1
examples/dotnet/SeleniumDocs/BaseTest.cs