Conversation
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
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. |
CI Feedback 🧐(Feedback updated until commit 3288adf)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
[deploy site] Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> 3ff36f0
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.1website_and_docs/layouts/downloads/list.html
selenium-clients-and-webdriver-bindings.html
Update Java and Python bindings to 4.28.1website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html
conftest.py
Update Python test configurations to 4.28.1examples/python/tests/conftest.py
BaseTest.cs
Update .NET base test to use 4.28.1examples/dotnet/SeleniumDocs/BaseTest.cs