Skip to content

Commit e50d581

Browse files
pujaganiharsha509
andauthored
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]>
1 parent 3d5a027 commit e50d581

File tree

1 file changed

+122
-0
lines changed

1 file changed

+122
-0
lines changed
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: "Selenium 4.23 Released!"
3+
linkTitle: "Selenium 4.23 Released!"
4+
date: 2024-07-26
5+
tags: ["selenium"]
6+
categories: ["releases"]
7+
author: Puja Jagani [@pujagani](https://github.com/pujagani)
8+
description: >
9+
Today we're happy to announce that Selenium 4.23 has been released!
10+
---
11+
12+
We're very happy to announce the release of Selenium 4.23.0 for
13+
Javascript, Ruby, Python, .NET, Java and the Grid!
14+
Links to everything can be found on our [downloads page][downloads].
15+
16+
#### Noteworthy changes per language
17+
18+
* Java
19+
* Add custom duration for Actions constructor (#14085).
20+
* Set session-request-timeout as client readTimeout in RemoteNewSessionQueue.
21+
* Add high-level BiDi logging APIs.
22+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
23+
24+
<br>
25+
26+
* JavaScript
27+
* Add source type to BiDi log entry.
28+
* Add high-level script pinning BiDi APIs.
29+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md)
30+
31+
<br>
32+
33+
* .NET
34+
* Log http requests/responses via internal DiagnosticsHttpHandler.
35+
* Return protected synchronous Execute method in WebDriver.
36+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG)
37+
38+
<br>
39+
40+
* Python
41+
* Allow RelativeBy to take 2 parameters.
42+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES)
43+
44+
<br>
45+
46+
* Ruby
47+
* Improved error messaging.
48+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
49+
50+
51+
<br>
52+
53+
54+
### Contributors
55+
56+
**Special shout-out to everyone who helped the Selenium Team get this release out!**
57+
58+
#### [Selenium](https://github.com/SeleniumHQ/selenium)
59+
60+
<div class="d-flex justify-content-center">
61+
<div class="col-11 p-4 bg-transparent">
62+
<div class="row justify-content-center">
63+
{{< gh-user "https://api.github.com/users/VietND96" >}}
64+
{{< gh-user "https://api.github.com/users/aguspe" >}}
65+
{{< gh-user "https://api.github.com/users/iampopovich" >}}
66+
</div>
67+
</div>
68+
</div>
69+
70+
71+
#### [Selenium Docs & Website](https://github.com/SeleniumHQ/seleniumhq.github.io)
72+
73+
<div class="row justify-content-center">
74+
<div class="col-11 p-4 bg-transparent">
75+
<div class="row justify-content-center">
76+
{{< gh-user "https://api.github.com/users/alaahong" >}}
77+
{{< gh-user "https://api.github.com/users/aguspe" >}}
78+
{{< gh-user "https://api.github.com/users/pallavigitwork" >}}
79+
</div>
80+
</div>
81+
</div>
82+
83+
#### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium)
84+
85+
<div class="row justify-content-center">
86+
<div class="col-11 p-4 bg-transparent">
87+
<div class="row justify-content-center">
88+
{{< gh-user "https://api.github.com/users/VietND96" >}}
89+
{{< gh-user "https://api.github.com/users/slhck" >}}
90+
</div>
91+
</div>
92+
</div>
93+
94+
#### [Selenium Team Members][team]
95+
96+
**Thanks as well to all the team members who contributed to this release:**
97+
98+
<div class="row justify-content-center">
99+
<div class="col-11 p-4 bg-transparent">
100+
<div class="row justify-content-center">
101+
{{< gh-user "https://api.github.com/users/AutomatedTester" >}}
102+
{{< gh-user "https://api.github.com/users/bonigarcia" >}}
103+
{{< gh-user "https://api.github.com/users/diemol" >}}
104+
{{< gh-user "https://api.github.com/users/harsha509" >}}
105+
{{< gh-user "https://api.github.com/users/joerg1985" >}}
106+
{{< gh-user "https://api.github.com/users/nvborisenko" >}}
107+
{{< gh-user "https://api.github.com/users/p0deje" >}}
108+
{{< gh-user "https://api.github.com/users/pujagani" >}}
109+
{{< gh-user "https://api.github.com/users/shs96c" >}}
110+
{{< gh-user "https://api.github.com/users/titusfortner" >}}
111+
</div>
112+
</div>
113+
</div>
114+
115+
Stay tuned for updates by following SeleniumHQ on [X (Formerly Twitter)](https://twitter.com/seleniumhq) or [LinkedIn](https://www.linkedin.com/company/selenium/)!
116+
117+
Happy automating!
118+
119+
[downloads]: /downloads
120+
[bindings]: /downloads#bindings
121+
[team]: /project/structure
122+
[BiDi]: https://github.com/w3c/webdriver-bidi

0 commit comments

Comments
 (0)