|
| 1 | +--- |
| 2 | +title: "Selenium 4.6.0 Released!" |
| 3 | +linkTitle: "Selenium 4.6.0 Released!" |
| 4 | +date: 2022-11-04 |
| 5 | +tags: ["selenium"] |
| 6 | +categories: ["releases"] |
| 7 | +author: Diego Molina ([@diegofmolina](https://twitter.com/diegofmolina)) |
| 8 | +description: > |
| 9 | + Today we’re happy to announce that Selenium 4.6.0 has been released! |
| 10 | +--- |
| 11 | + |
| 12 | +We're very happy to announce the release of Selenium 4.6.0 for Java, |
| 13 | +.NET, Python, Ruby, and JavaScript bindings as well as the Grid and |
| 14 | +Internet Explorer Driver. Links to everything can be found on our |
| 15 | +[downloads page][downloads]. |
| 16 | + |
| 17 | +### Highlights |
| 18 | + |
| 19 | + * Adding support for CDP released in Chrome v105, v106, and v107, while v104 was removed |
| 20 | + * Initial implementation of [Selenium Manager](/blog/2022/introducing-selenium-manager/) across bindings |
| 21 | + * Improvements to the new Java HTTP 11 client and important Grid fixes. |
| 22 | + * Observability enabled in the [Docker-Selenium images](https://github.com/SeleniumHQ/docker-selenium#tracing-in-grid). |
| 23 | + * Various language specific bug fixes; see the full list of changes in the [Changelogs][bindings] |
| 24 | + |
| 25 | +Huge thanks to all the contributors who made this version possible: |
| 26 | + |
| 27 | +<div class="row justify-content-center"> |
| 28 | + <div class="col-11 p-4 bg-transparent"> |
| 29 | + <div class="row justify-content-center"> |
| 30 | +{{< gh-user "https://api.github.com/users/NickCrews" >}} |
| 31 | +{{< gh-user "https://api.github.com/users/symonk" >}} |
| 32 | +{{< gh-user "https://api.github.com/users/cstringer" >}} |
| 33 | +{{< gh-user "https://api.github.com/users/hgsgtk" >}} |
| 34 | +{{< gh-user "https://api.github.com/users/bwalderman" >}} |
| 35 | +{{< gh-user "https://api.github.com/users/eNcacz" >}} |
| 36 | +{{< gh-user "https://api.github.com/users/kkotenko" >}} |
| 37 | +{{< gh-user "https://api.github.com/users/vinoth959" >}} |
| 38 | +{{< gh-user "https://api.github.com/users/silentsoft" >}} |
| 39 | +{{< gh-user "https://api.github.com/users/joerg1985" >}} |
| 40 | +{{< gh-user "https://api.github.com/users/titusfortner" >}} |
| 41 | +{{< gh-user "https://api.github.com/users/bonigarcia" >}} |
| 42 | +{{< gh-user "https://api.github.com/users/tvataire" >}} |
| 43 | +{{< gh-user "https://api.github.com/users/harsha509" >}} |
| 44 | +{{< gh-user "https://api.github.com/users/mhnaeem" >}} |
| 45 | +{{< gh-user "https://api.github.com/users/nvborisenko" >}} |
| 46 | +{{< gh-user "https://api.github.com/users/p0deje" >}} |
| 47 | +{{< gh-user "https://api.github.com/users/pujagani" >}} |
| 48 | +{{< gh-user "https://api.github.com/users/TamsilAmani" >}} |
| 49 | +{{< gh-user "https://api.github.com/users/YevgeniyShunevych" >}} |
| 50 | +{{< gh-user "https://api.github.com/users/krmahadevan" >}} |
| 51 | + </div> |
| 52 | + </div> |
| 53 | +</div> |
| 54 | + |
| 55 | +[downloads]: /downloads |
| 56 | +[bindings]: /downloads#bindings |
0 commit comments