|
| 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 |
0 commit comments