Skip to content

Commit 61a0797

Browse files
committed
Selenium 4.5 release blog
1 parent 9bcc923 commit 61a0797

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: "Selenium 4.5.0 Released!"
3+
linkTitle: "Selenium 4.5.0 Released!"
4+
date: 2022-09-20
5+
tags: ["selenium"]
6+
categories: ["releases"]
7+
author: Titus Fortner ([@titusfortner](https://twitter.com/titusfortner))
8+
description: >
9+
Today we’re happy to announce that Selenium 4.5.0 has been released!
10+
---
11+
12+
We're very happy to announce the release of Selenium 4.5.0 for
13+
Java, .NET, Python, Ruby, and JavaScript bindings as well as the Grid and Internet Explorer Driver.
14+
Links to everything can be found on our [Downloads Page][downloads].
15+
16+
### Highlights
17+
18+
* Adding support for CDP released in Chrome v105, while v102 was removed
19+
* Updates to [Select functionality](https://www.selenium.dev/documentation/webdriver/support_features/select_lists/)
20+
* Improved experience for [Firefox Add-ons](https://www.selenium.dev/documentation/webdriver/browsers/firefox#add-ons)
21+
* IE driver automatically uses Edge in IE Mode if IE is not present
22+
* [Java 11 HTTP Client supported](https://www.selenium.dev/blog/2022/using-java11-httpclient) for Java users running Java versions 11+
23+
* Various language specific bug fixes; see the full list of changes in the
24+
[Changelogs][bindings].
25+
26+
Huge thanks to all the external contributors who made this version possible:
27+
28+
<div class="row justify-content-center">
29+
<div class="col-11 p-4 bg-transparent">
30+
<div class="row justify-content-center">
31+
{{< gh-user "https://api.github.com/users/alvarezguille" >}}
32+
{{< gh-user "https://api.github.com/users/amwilkins" >}}
33+
{{< gh-user "https://api.github.com/users/asolntsev" >}}
34+
{{< gh-user "https://api.github.com/users/baflQA" >}}
35+
{{< gh-user "https://api.github.com/users/ch-saeki" >}}
36+
{{< gh-user "https://api.github.com/users/f2008700" >}}
37+
{{< gh-user "https://api.github.com/users/hgsgtk" >}}
38+
{{< gh-user "https://api.github.com/users/KazuCocoa" >}}
39+
{{< gh-user "https://api.github.com/users/mdmintz" >}}
40+
{{< gh-user "https://api.github.com/users/nvborisenko" >}}
41+
{{< gh-user "https://api.github.com/users/plming" >}}
42+
{{< gh-user "https://api.github.com/users/potapovDim" >}}
43+
{{< gh-user "https://api.github.com/users/shishurajpandey" >}}
44+
{{< gh-user "https://api.github.com/users/TamsilAmani" >}}
45+
{{< gh-user "https://api.github.com/users/tony" >}}
46+
{{< gh-user "https://api.github.com/users/umarfarouk98" >}}
47+
{{< gh-user "https://api.github.com/users/whimboo" >}}
48+
</div>
49+
</div>
50+
</div>
51+
52+
[downloads]: /downloads
53+
[bindings]: /downloads#bindings

website_and_docs/layouts/partials/selenium-clients-and-webdriver-bindings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="row justify-content-left px-5 pt-5">
22
<div class="card border-0 w-100 bg-transparent">
33
<div class="card-body">
4-
<h2 class="card-title">Selenium Clients and WebDriver Language Bindings</h2>
4+
<h2 id="bindings" class="card-title">Selenium Clients and WebDriver Language Bindings</h2>
55
<p class="card-text w-lg-75">
66
In order to create scripts that interact with the Selenium Server
77
(Remote WebDriver) or create local Selenium WebDriver scripts, you need

0 commit comments

Comments
 (0)