diff --git a/website_and_docs/content/blog/2025/selenium-4-34-released.md b/website_and_docs/content/blog/2025/selenium-4-34-released.md new file mode 100644 index 000000000000..77524edd69f2 --- /dev/null +++ b/website_and_docs/content/blog/2025/selenium-4-34-released.md @@ -0,0 +1,209 @@ +--- +title: "Selenium 4.34 Released!" +linkTitle: "Selenium 4.34 Released!" +date: 2025-06-29 +tags: [ "selenium" ] +categories: [ "releases" ] +author: Diego Molina [@diemol](https://www.diemol.com) +images: + - "/images/blog/2025/selenium_4.34.jpg" +description: > + Today we're happy to announce that Selenium 4.34 has been released! +--- + +We’re excited to announce the release of **Selenium 4.34** for Javascript, Ruby, Python, .NET, Java +and the Grid! πŸŽ‰ + +Links to all assets can be found on our [downloads page][downloads]. + + +--- + +## πŸ”¦ Highlights + +- **macOS Improvements**: Added macOS-specific key support for both Ruby and Python. +- **Web Extension Support**: BiDi implementations now support Chromium web extensions (Java, Python). +- **Deprecations**: FTP proxy support deprecated across Java, Python, Ruby, and .NET. +- **Selenium Manager**: Now supports Electron (Rust backend). Still needs implementation in the bindings. +- **BiDi Enhancements**: Continued progress with `historyUpdated`, `permissions`, and `storage` modules (Java, .NET, Python). +- **Quality Improvements**: Significant type annotation cleanup, test stability enhancements, and doc generation in Python. + +### Java + +- βœ… Implemented BiDi commands: + - `browsingContext.historyUpdated` + - `webExtensions` and extended `BrowsingContextInfo` +- πŸ›  Refactored `CommandPayload`, removed deprecated classes: + - `ContextAware` + - `CommandLine` + - `OsProcess` +- ⚠️ Deprecated `FtpProxy` +- βž• Environment variable support for driver paths with Selenium Manager +- πŸ” Improvements in `VirtualAuthenticator` + +### Python + +- πŸ”‘ Added macOS-specific keys to `Keys` enum (`OPTION`, `FN`) +- 🧠 Extensive BiDi updates: + - WebExtensions + - Permissions + - Storage + - History updates (with timestamps) +- 🧼 Code quality: + - mypy/type hint cleanups + - API docs improvements (auto-generated) + - tox/ruff upgrades +- πŸ’‘ `enable_webextensions()` now documented with CDP note +- ❌ Deprecated: FTP proxy support +- 🌐 Better error reporting on HTTP failures, improved error handling in `expected_conditions` + +### .NET + +- 🚫 Deprecated FTP proxy support +- πŸ“š BiDi enhancements: + - `OnHistoryUpdated` event + - AcceptInsecureCerts & Proxy in user context + - Implicit screenshot-to-bytes conversion + - Protected DTOs from inheritance +- 🧹 Cleanup: + - Namespace simplifications + - Removed StyleCop config + +### JavaScript + +- πŸ“’ Warning added when FTP proxy is used +- πŸ’‘ Declared minimum required Node.js version: `>= 20.0.0` + +### Grid +- πŸ§ͺ Grid UI updated to Node 20 for type compatibility +- 🧰 New built-in slot selector: `GreedySlotSelector` +- 🧹 UI cleanup: session deletion, log level validation + +### Ruby + +- πŸ§‘β€πŸ’» Added macOS key mappings (Option/Fn) +- ⚠️ Deprecated FTP proxy support +- πŸ›  Fixed child process termination handling + +### Rust (Selenium Manager) + +- πŸ–₯️ Added **Electron** browser support +- πŸ”§ Fixed Edge version test logic +- Electron support. + +### Docker Selenium + +- K8s: Distributor uses Greedy as slot selector strategy in autoscaling ([#2875](https://github.com/SeleniumHQ/docker-selenium/pull/2875)) +- K8s: Fix video uploader secrets pass to Node single container ([#2886](https://github.com/SeleniumHQ/docker-selenium/pull/2886)) +- Docker: Update dependencies version for CVEs fix +- Docker: Enable `SE_NODE_ENABLE_MANAGED_DOWNLOADS` in Node config by default ([#2869](https://github.com/SeleniumHQ/docker-selenium/pull/2869)) +- Docker: Session created in Node container can be deleted on UI by default ([#2871](https://github.com/SeleniumHQ/docker-selenium/pull/2871)) +- Docker: Environment variable flag to upgrade latest version of Chrome and ChromeDriver in container ([#2872](https://github.com/SeleniumHQ/docker-selenium/pull/2872)) +- [See all changes](https://github.com/SeleniumHQ/docker-selenium/releases) + + +
+ +We thank all our contributors for their incredible efforts in making Selenium better with every +release. ❀️ + +For a detailed look at all changes, check out +the [release notes](https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.34.0). + +
+ +## Contributors + +**Special shout-out to everyone who helped the Selenium Team get this release out!** + +### [Selenium](https://github.com/SeleniumHQ/selenium) + +
+
+
+{{< gh-user "https://api.github.com/users/AB-xdev" >}} +{{< gh-user "https://api.github.com/users/Bradltr95" >}} +{{< gh-user "https://api.github.com/users/Delta456" >}} +{{< gh-user "https://api.github.com/users/LuisOsv" >}} +{{< gh-user "https://api.github.com/users/ShauryaDusht" >}} +{{< gh-user "https://api.github.com/users/adolfoarmas" >}} +{{< gh-user "https://api.github.com/users/asolntsev" >}} +{{< gh-user "https://api.github.com/users/iampopovich" >}} +{{< gh-user "https://api.github.com/users/manuelsblanco" >}} +{{< gh-user "https://api.github.com/users/pallavigitwork" >}} +{{< gh-user "https://api.github.com/users/sandeepsuryaprasad" >}} +
+
+
+ +### [Selenium Docs & Website](https://github.com/SeleniumHQ/seleniumhq.github.io) + +
+
+
+{{< gh-user "https://api.github.com/users/ShinySaana" >}} +{{< gh-user "https://api.github.com/users/alaahong" >}} +{{< gh-user "https://api.github.com/users/ivonnegattringer" >}} +{{< gh-user "https://api.github.com/users/navin772" >}} +{{< gh-user "https://api.github.com/users/noritaka1166" >}} +{{< gh-user "https://api.github.com/users/pallavigitwork" >}} +
+
+
+ +### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium) + +
+
+
+{{< gh-user "https://api.github.com/users/KyriosGN0" >}} +{{< gh-user "https://api.github.com/users/cgoldberg" >}} +
+
+
+ +### [Selenium Team Members][team] + +**Thanks as well to all the team members who contributed to this release:** + +
+
+
+{{< gh-user "https://api.github.com/users/aguspe" >}} +{{< gh-user "https://api.github.com/users/AutomatedTester" >}} +{{< gh-user "https://api.github.com/users/bonigarcia" >}} +{{< gh-user "https://api.github.com/users/cgoldberg" >}} +{{< gh-user "https://api.github.com/users/diemol" >}} +{{< gh-user "https://api.github.com/users/harsha509" >}} +{{< gh-user "https://api.github.com/users/joerg1985" >}} +{{< gh-user "https://api.github.com/users/nvborisenko" >}} +{{< gh-user "https://api.github.com/users/p0deje" >}} +{{< gh-user "https://api.github.com/users/pujagani" >}} +{{< gh-user "https://api.github.com/users/RenderMichael" >}} +{{< gh-user "https://api.github.com/users/shbenzer" >}} +{{< gh-user "https://api.github.com/users/shs96c" >}} +{{< gh-user "https://api.github.com/users/titusfortner" >}} +{{< gh-user "https://api.github.com/users/VietND96" >}} +
+
+
+ + + +Stay tuned for updates by following SeleniumHQ on: + +- [Mastodon](https://mastodon.social/@seleniumHQ@fosstodon.org) +- [BlueSky](https://bsky.app/profile/seleniumconf.bsky.social) +- [LinkedIn](https://www.linkedin.com/company/selenium/) +- [Selenium Community YouTube Channel](https://www.youtube.com/@SeleniumHQProject/streams) +- [X (Formerly Twitter)](https://twitter.com/seleniumhq) + +Happy automating! + +[downloads]: /downloads + +[bindings]: /downloads#bindings + +[team]: /project/structure + +[BiDi]: https://github.com/w3c/webdriver-bidi diff --git a/website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html b/website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html index b7f059d0b12d..c4c5b39078d2 100644 --- a/website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html +++ b/website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html @@ -111,7 +111,7 @@

Selenium Clients and WebDriver Language Bin

Stable: - 4.34.0 (June 29, 2024) + 4.34.2 (July 8, 2025)

diff --git a/website_and_docs/static/images/blog/2025/selenium_4.34.jpg b/website_and_docs/static/images/blog/2025/selenium_4.34.jpg new file mode 100644 index 000000000000..34f43e30ae12 Binary files /dev/null and b/website_and_docs/static/images/blog/2025/selenium_4.34.jpg differ