Update version 4.43.0 in docs and samples#2622
Conversation
[deploy site] Signed-off-by: Viet Nguyen Duc <[email protected]>
Review Summary by QodoUpdate Selenium version to 4.43.0 in docs and samples
WalkthroughsDescription• Update Selenium version from 4.41.0 to 4.43.0 across documentation • Update release date from February 20 to April 10, 2026 • Update download links and version references in all language bindings • Update Selenium Server JAR filename in test configuration files Diagramflowchart LR
A["Version 4.41.0"] -- "Update to" --> B["Version 4.43.0"]
B -- "Update in" --> C["Documentation Pages"]
B -- "Update in" --> D["Test Configuration Files"]
B -- "Update in" --> E["Language Bindings Info"]
C -- "Affects" --> F["Downloads & Bindings"]
D -- "Affects" --> G["Python, .NET, Ruby Tests"]
File Changes1. website_and_docs/layouts/downloads/list.html
|
Code Review by Qodo
1. Inconsistent jar path fixture
|
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
harsha509
left a comment
There was a problem hiding this comment.
LGTM now!
mostly fixed all the tests
failing dotnet windows test are not related to this PR!
* Update version 4.43.0 in docs and samples [deploy site] Signed-off-by: Viet Nguyen Duc <[email protected]> * Bump Ruby examples to selenium-webdriver 4.43.0 and selenium-devtools 0.147.0 * Drop broken Chrome extension injection assertion in Ruby example --------- Signed-off-by: Viet Nguyen Duc <[email protected]> Co-authored-by: Sri Harsha <[email protected]> Co-authored-by: Sri Harsha <[email protected]> 36baa4c
[deploy site]
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