Skip to content

Commit 4199666

Browse files
committed
Selenium 4.15 release blog post
[deploy site]
1 parent dab2db9 commit 4199666

File tree

1 file changed

+136
-0
lines changed

1 file changed

+136
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
---
2+
title: "Selenium 4.15 Released!"
3+
linkTitle: "Selenium 4.15 Released!"
4+
date: 2023-11-01
5+
tags: ["selenium"]
6+
categories: ["releases"]
7+
author: Titus Fortner [@titusfortner](https://titusfortner.com)
8+
description: >
9+
Today we're happy to announce that Selenium 4.15 has been released!
10+
---
11+
12+
We're very happy to announce the release of Selenium 4.15.0 for Java,
13+
Javascript, Ruby, .NET and the Grid; 4.15.2 for Python.
14+
Links to everything can be found on our [downloads page][downloads].
15+
16+
### Highlights
17+
18+
* Chrome DevTools support is now: v117, v118, and v119 (Firefox still uses v85 for all versions)
19+
* Implemented [Remote File Downloads]({{< ref "../../documentation/webdriver/drivers/remote_webdriver#downloads" >}})
20+
* Selenium Manager supports webview2, Firefox ESR and Driver and Browser Mirrors
21+
22+
#### Noteworthy changes per language
23+
24+
* Java
25+
* Numerous BiDi implementations
26+
* Remove CDP version dependencies in the server
27+
* Selenium Manager now gets copied to cache directory instead of being used from temp directory
28+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
29+
30+
<br>
31+
32+
* JavaScript
33+
* Replaced calls to console.log with managed loggers
34+
* Added several BiDi methods
35+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md)
36+
37+
<br>
38+
39+
* .NET
40+
* Improved nuget packages metadata
41+
* Allows starting service object directly
42+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG)
43+
44+
<br>
45+
46+
* Python
47+
* Remove selenium manager accommodation for Conda
48+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES)
49+
50+
<br>
51+
52+
* Ruby
53+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
54+
55+
<br>
56+
57+
* Rust
58+
* Included debug and split-debuginfo in dev profile
59+
* Changed windows target to stable-i686-pc-windows-gnu
60+
* [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/CHANGELOG.md)
61+
62+
63+
### Contributors
64+
65+
**Special shout-out to everyone who helped the Selenium Team get this release out!**
66+
67+
#### [Selenium](https://github.com/SeleniumHQ/selenium)
68+
69+
<div class="d-flex justify-content-center">
70+
<div class="col-11 p-4 bg-transparent">
71+
<div class="row justify-content-center">
72+
{{< gh-user "https://api.github.com/users/pinterior" >}}
73+
</div>
74+
</div>
75+
</div>
76+
77+
#### [Selenium Docs & Website](https://github.com/SeleniumHQ/seleniumhq.github.io)
78+
79+
<div class="row justify-content-center">
80+
<div class="col-11 p-4 bg-transparent">
81+
<div class="row justify-content-center">
82+
{{< gh-user "https://api.github.com/users/Afranioalves" >}}
83+
{{< gh-user "https://api.github.com/users/AnselmoPfeifer" >}}
84+
{{< gh-user "https://api.github.com/users/BlazerYoo" >}}
85+
{{< gh-user "https://api.github.com/users/luisfcorreia" >}}
86+
{{< gh-user "https://api.github.com/users/pallavigitwork" >}}
87+
{{< gh-user "https://api.github.com/users/sangcnguyen" >}}
88+
{{< gh-user "https://api.github.com/users/sombo20" >}}
89+
{{< gh-user "https://api.github.com/users/SripriyaPKulkarni" >}}
90+
{{< gh-user "https://api.github.com/users/zacharyzollman" >}}
91+
{{< gh-user "https://api.github.com/users/zViniicius" >}}
92+
</div>
93+
</div>
94+
</div>
95+
96+
#### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium)
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/luisfcorreia" >}}
102+
{{< gh-user "https://api.github.com/users/msvticket " >}}
103+
{{< gh-user "https://api.github.com/users/mtcolman" >}}
104+
{{< gh-user "https://api.github.com/users/philippe-granet" >}}
105+
{{< gh-user "https://api.github.com/users/sehaas" >}}
106+
{{< gh-user "https://api.github.com/users/vietnd96" >}}
107+
</div>
108+
</div>
109+
</div>
110+
111+
**Thanks as well to all the [Selenium Team Members][team] who contributed to this release:**
112+
113+
<div class="row justify-content-center">
114+
<div class="col-11 p-4 bg-transparent">
115+
<div class="row justify-content-center">
116+
{{< gh-user "https://api.github.com/users/bonigarcia" >}}
117+
{{< gh-user "https://api.github.com/users/diemol" >}}
118+
{{< gh-user "https://api.github.com/users/harsha509" >}}
119+
{{< gh-user "https://api.github.com/users/joerg1985" >}}
120+
{{< gh-user "https://api.github.com/users/nvborisenko" >}}
121+
{{< gh-user "https://api.github.com/users/pujagani" >}}
122+
{{< gh-user "https://api.github.com/users/shs96c" >}}
123+
{{< gh-user "https://api.github.com/users/titusfortner" >}}
124+
</div>
125+
</div>
126+
</div>
127+
128+
Stay tuned for updates by following [SeleniumHQ](https://twitter.com/seleniumhq)!
129+
130+
Happy testing!
131+
132+
[downloads]: /downloads
133+
[bindings]: /downloads#bindings
134+
[team]: /project/structure
135+
[BiDi]: https://github.com/w3c/webdriver-bidi
136+

0 commit comments

Comments
 (0)