-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Selenium 4.23.0. release blog (#1828)[deploy site]
* Create Selenium 4.23.0. release blog * Update selenium-4-23-released.md --------- Co-authored-by: Sri Harsha <[email protected]>
- Loading branch information
Showing
1 changed file
with
122 additions
and
0 deletions.
There are no files selected for viewing
122 changes: 122 additions & 0 deletions
122
website_and_docs/content/blog/2024/selenium-4-23-released.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
--- | ||
title: "Selenium 4.23 Released!" | ||
linkTitle: "Selenium 4.23 Released!" | ||
date: 2024-07-26 | ||
tags: ["selenium"] | ||
categories: ["releases"] | ||
author: Puja Jagani [@pujagani](https://github.com/pujagani) | ||
description: > | ||
Today we're happy to announce that Selenium 4.23 has been released! | ||
--- | ||
|
||
We're very happy to announce the release of Selenium 4.23.0 for | ||
Javascript, Ruby, Python, .NET, Java and the Grid! | ||
Links to everything can be found on our [downloads page][downloads]. | ||
|
||
#### Noteworthy changes per language | ||
|
||
* Java | ||
* Add custom duration for Actions constructor (#14085). | ||
* Set session-request-timeout as client readTimeout in RemoteNewSessionQueue. | ||
* Add high-level BiDi logging APIs. | ||
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG) | ||
|
||
<br> | ||
|
||
* JavaScript | ||
* Add source type to BiDi log entry. | ||
* Add high-level script pinning BiDi APIs. | ||
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md) | ||
|
||
<br> | ||
|
||
* .NET | ||
* Log http requests/responses via internal DiagnosticsHttpHandler. | ||
* Return protected synchronous Execute method in WebDriver. | ||
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG) | ||
|
||
<br> | ||
|
||
* Python | ||
* Allow RelativeBy to take 2 parameters. | ||
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES) | ||
|
||
<br> | ||
|
||
* Ruby | ||
* Improved error messaging. | ||
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) | ||
|
||
|
||
<br> | ||
|
||
|
||
### Contributors | ||
|
||
**Special shout-out to everyone who helped the Selenium Team get this release out!** | ||
|
||
#### [Selenium](https://github.com/SeleniumHQ/selenium) | ||
|
||
<div class="d-flex justify-content-center"> | ||
<div class="col-11 p-4 bg-transparent"> | ||
<div class="row justify-content-center"> | ||
{{< gh-user "https://api.github.com/users/VietND96" >}} | ||
{{< gh-user "https://api.github.com/users/aguspe" >}} | ||
{{< gh-user "https://api.github.com/users/iampopovich" >}} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
#### [Selenium Docs & Website](https://github.com/SeleniumHQ/seleniumhq.github.io) | ||
|
||
<div class="row justify-content-center"> | ||
<div class="col-11 p-4 bg-transparent"> | ||
<div class="row justify-content-center"> | ||
{{< gh-user "https://api.github.com/users/alaahong" >}} | ||
{{< gh-user "https://api.github.com/users/aguspe" >}} | ||
{{< gh-user "https://api.github.com/users/pallavigitwork" >}} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
#### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium) | ||
|
||
<div class="row justify-content-center"> | ||
<div class="col-11 p-4 bg-transparent"> | ||
<div class="row justify-content-center"> | ||
{{< gh-user "https://api.github.com/users/VietND96" >}} | ||
{{< gh-user "https://api.github.com/users/slhck" >}} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
#### [Selenium Team Members][team] | ||
|
||
**Thanks as well to all the team members who contributed to this release:** | ||
|
||
<div class="row justify-content-center"> | ||
<div class="col-11 p-4 bg-transparent"> | ||
<div class="row justify-content-center"> | ||
{{< gh-user "https://api.github.com/users/AutomatedTester" >}} | ||
{{< gh-user "https://api.github.com/users/bonigarcia" >}} | ||
{{< 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/shs96c" >}} | ||
{{< gh-user "https://api.github.com/users/titusfortner" >}} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
Stay tuned for updates by following SeleniumHQ on [X (Formerly Twitter)](https://twitter.com/seleniumhq) or [LinkedIn](https://www.linkedin.com/company/selenium/)! | ||
|
||
Happy automating! | ||
|
||
[downloads]: /downloads | ||
[bindings]: /downloads#bindings | ||
[team]: /project/structure | ||
[BiDi]: https://github.com/w3c/webdriver-bidi |