|
| 1 | +--- |
| 2 | +title: "Selenium 4.14 Released!" |
| 3 | +linkTitle: "Selenium 4.14 Released!" |
| 4 | +date: 2023-09-25 |
| 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.14 has been released! |
| 10 | +--- |
| 11 | + |
| 12 | +We're very happy to announce the release of Selenium 4.14.0 for Java, |
| 13 | +Python, Javascript, Ruby, .NET and the Grid. |
| 14 | +Links to everything can be found on our [downloads page][downloads]. |
| 15 | + |
| 16 | +### Highlights |
| 17 | + |
| 18 | + * Chrome DevTools support is now: v116, v117, and v118 (Firefox still uses v85 for all versions) |
| 19 | + * If you are using Java, this release requires Java 11! (see post on [Java 8 support](/blog/2023/java-8-support/)) |
| 20 | + * Selenium supports automatic downloading and management of the Microsoft Edge browser |
| 21 | + |
| 22 | +#### Relevant improvements per language |
| 23 | + |
| 24 | + * Java |
| 25 | + * Removed support for Async HTTP Client, the default is now the default Java library |
| 26 | + * Allow setting SSL context in client config for HttpClient |
| 27 | + * Several logging message improvements |
| 28 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG) |
| 29 | + |
| 30 | + <br> |
| 31 | + |
| 32 | + * JavaScript |
| 33 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md) |
| 34 | + |
| 35 | + <br> |
| 36 | + |
| 37 | + * .NET |
| 38 | + * Saving screenshots with different image formats is deprecated |
| 39 | + * Removed IdentityModel dependency |
| 40 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG) |
| 41 | + |
| 42 | + <br> |
| 43 | + |
| 44 | + * Python |
| 45 | + * Fix bug that didn't close log_output in Service classes |
| 46 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES) |
| 47 | + |
| 48 | +<br> |
| 49 | + |
| 50 | + * Ruby |
| 51 | + * Provide public access to atom scripts |
| 52 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) |
| 53 | + |
| 54 | +<br> |
| 55 | + |
| 56 | + * Rust |
| 57 | + * Automated Edge management |
| 58 | + * Recognizes and handles webview2 |
| 59 | + * Locates existing Chromium browsers when specifying Chrome |
| 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/alexey-pelykh" >}} |
| 73 | +{{< gh-user "https://api.github.com/users/manuelsblanco" >}} |
| 74 | +{{< gh-user "https://api.github.com/users/sbabcoc" >}} |
| 75 | + </div> |
| 76 | + </div> |
| 77 | +</div> |
| 78 | + |
| 79 | +#### [Selenium Docs & Website](https://github.com/SeleniumHQ/seleniumhq.github.io) |
| 80 | + |
| 81 | +<div class="row justify-content-center"> |
| 82 | + <div class="col-11 p-4 bg-transparent"> |
| 83 | + <div class="row justify-content-center"> |
| 84 | +{{< gh-user "https://api.github.com/users/alaahong" >}} |
| 85 | + </div> |
| 86 | + </div> |
| 87 | +</div> |
| 88 | + |
| 89 | +#### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium) |
| 90 | + |
| 91 | +<div class="row justify-content-center"> |
| 92 | + <div class="col-11 p-4 bg-transparent"> |
| 93 | + <div class="row justify-content-center"> |
| 94 | +{{< gh-user "https://api.github.com/users/amardeep2006" >}} |
| 95 | +{{< gh-user "https://api.github.com/users/imtheish97" >}} |
| 96 | +{{< gh-user "https://api.github.com/users/IronMage" >}} |
| 97 | +{{< gh-user "https://api.github.com/users/williamlac" >}} |
| 98 | + </div> |
| 99 | + </div> |
| 100 | +</div> |
| 101 | + |
| 102 | +**Thanks as well to all the [Selenium Team Members][team] who contributed to this release:** |
| 103 | + |
| 104 | +<div class="row justify-content-center"> |
| 105 | + <div class="col-11 p-4 bg-transparent"> |
| 106 | + <div class="row justify-content-center"> |
| 107 | +{{< gh-user "https://api.github.com/users/bonigarcia" >}} |
| 108 | +{{< gh-user "https://api.github.com/users/harsha509" >}} |
| 109 | +{{< gh-user "https://api.github.com/users/jimevans" >}} |
| 110 | +{{< gh-user "https://api.github.com/users/joerg1985" >}} |
| 111 | +{{< gh-user "https://api.github.com/users/nvborisenko" >}} |
| 112 | +{{< gh-user "https://api.github.com/users/pujagani" >}} |
| 113 | +{{< gh-user "https://api.github.com/users/shs96c" >}} |
| 114 | +{{< gh-user "https://api.github.com/users/symonk" >}} |
| 115 | +{{< gh-user "https://api.github.com/users/titusfortner" >}} |
| 116 | + </div> |
| 117 | + </div> |
| 118 | +</div> |
| 119 | + |
| 120 | +Stay tuned for updates by following [SeleniumHQ](https://twitter.com/seleniumhq)! |
| 121 | + |
| 122 | +Happy testing! |
| 123 | + |
| 124 | +[downloads]: /downloads |
| 125 | +[bindings]: /downloads#bindings |
| 126 | +[team]: /project/structure |
| 127 | +[BiDi]: https://github.com/w3c/webdriver-bidi |
| 128 | + |
0 commit comments