|
| 1 | +--- |
| 2 | +title: "Selenium 4.7.0 Released!" |
| 3 | +linkTitle: "Selenium 4.7.0 Released!" |
| 4 | +date: 2022-12-02 |
| 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.7.0 has been released! |
| 10 | +--- |
| 11 | + |
| 12 | +We're very happy to announce the release of Selenium 4.7.0 for Java, |
| 13 | +.NET, and Javascript as well as the Grid and Internet Explorer Driver; |
| 14 | +for Ruby use 4.7.1, and Python 4.7.2. Links to everything can be found on our |
| 15 | +[downloads page][downloads]. |
| 16 | + |
| 17 | +### Highlights |
| 18 | + |
| 19 | + * Chrome DevTools support is now: v106, v107, and v108 (Firefox still uses v85 for all versions) |
| 20 | + * [Selenium Manager](/blog/2022/introducing-selenium-manager/) now supports IE Driver & has improved error logging. |
| 21 | + * Using Edge in IE Mode no longer requires ignoring zoom levels. |
| 22 | + * We're continuing to remove [Legacy Protocol](https://www.selenium.dev/blog/2022/legacy-protocol-support/) classes in Java and Grid. |
| 23 | + * Java adds WebDriver-BiDi support for Logging. |
| 24 | + * .NET includes an explicit target for net6.0 framework. |
| 25 | + * Ruby is now publishing [nightly gems](https://github.com/SeleniumHQ/selenium/packages/) |
| 26 | + * Plus various language specific bug fixes; see the full list of changes in the [Changelogs][bindings] |
| 27 | + |
| 28 | +### Contributors |
| 29 | + |
| 30 | +**Special shout-out to everyone who helped the Selenium Team get this release out!** |
| 31 | + |
| 32 | +<div class="row justify-content-center"> |
| 33 | + <div class="col-11 p-4 bg-transparent"> |
| 34 | + <div class="row justify-content-center"> |
| 35 | +{{< gh-user "https://api.github.com/users/cclauss" >}} |
| 36 | +{{< gh-user "https://api.github.com/users/Dor-bl" >}} |
| 37 | +{{< gh-user "https://api.github.com/users/fenilgmehta" >}} |
| 38 | +{{< gh-user "https://api.github.com/users/jaredwebber" >}} |
| 39 | +{{< gh-user "https://api.github.com/users/joerg1985" >}} |
| 40 | +{{< gh-user "https://api.github.com/users/mdmintz" >}} |
| 41 | +{{< gh-user "https://api.github.com/users/nvborisenko" >}} |
| 42 | +{{< gh-user "https://api.github.com/users/TamsilAmani" >}} |
| 43 | + </div> |
| 44 | + </div> |
| 45 | +</div> |
| 46 | + |
| 47 | +**Thanks as well to all the [Selenium Team Members][team] who contributed to this release:** |
| 48 | + |
| 49 | +<div class="row justify-content-center"> |
| 50 | + <div class="col-11 p-4 bg-transparent"> |
| 51 | + <div class="row justify-content-center"> |
| 52 | +{{< gh-user "https://api.github.com/users/AutomatedTester" >}} |
| 53 | +{{< gh-user "https://api.github.com/users/bonigarcia" >}} |
| 54 | +{{< gh-user "https://api.github.com/users/diemol" >}} |
| 55 | +{{< gh-user "https://api.github.com/users/harsha509" >}} |
| 56 | +{{< gh-user "https://api.github.com/users/jimevans" >}} |
| 57 | +{{< gh-user "https://api.github.com/users/p0deje" >}} |
| 58 | +{{< gh-user "https://api.github.com/users/pujagani" >}} |
| 59 | +{{< gh-user "https://api.github.com/users/shs96c" >}} |
| 60 | +{{< gh-user "https://api.github.com/users/symonk" >}} |
| 61 | +{{< gh-user "https://api.github.com/users/titusfortner" >}} |
| 62 | + </div> |
| 63 | + </div> |
| 64 | +</div> |
| 65 | + |
| 66 | +[downloads]: /downloads |
| 67 | +[bindings]: /downloads#bindings |
| 68 | +[team]: /project/structure |
0 commit comments