|
| 1 | +--- |
| 2 | +title: "Selenium 4.16 Released!" |
| 3 | +linkTitle: "Selenium 4.16 Released!" |
| 4 | +date: 2023-12-06 |
| 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.16 has been released! |
| 10 | +--- |
| 11 | + |
| 12 | +We're very happy to announce the release of Selenium 4.16.0 for |
| 13 | +Javascript, Ruby, Python, and Selenium 4.16.1 for .NET, Java 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: v118, v119, and v120 (Firefox still uses v85 for all versions) |
| 19 | + * Users may now opt in to Selenium Manager by specifying a `browserVersion` that is different from what is found on the System |
| 20 | + * All bindings now [log Selenium information](https://www.selenium.dev/documentation/webdriver/troubleshooting/logging/) |
| 21 | + |
| 22 | +#### Noteworthy changes per language |
| 23 | + |
| 24 | + * Java |
| 25 | + * Improve Grid usage of Selenium Manager by always allowing browser version of "stable" |
| 26 | + * Implement CDP script pinning for Chrome-based browsers |
| 27 | + * Allow reusing devtools instance with JDK 11 client |
| 28 | + * Moved org.openqa.selenium.remote.http.jdk to selenium-http |
| 29 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG) |
| 30 | + |
| 31 | + <br> |
| 32 | + |
| 33 | + * JavaScript |
| 34 | + * Fix logging levels in http.js and webdriver.js |
| 35 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md) |
| 36 | + |
| 37 | + <br> |
| 38 | + |
| 39 | + * .NET |
| 40 | + * Allow overriding default Actions duration |
| 41 | + * Remove System.Drawing.Common as package dependency |
| 42 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG) |
| 43 | + |
| 44 | + <br> |
| 45 | + |
| 46 | + * Python |
| 47 | + * Remove deprecated Safari parameters for reuse_service and quiet |
| 48 | + * Fix bug to allow Remote WebDriver to use custom Chrome-based commands |
| 49 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES) |
| 50 | + |
| 51 | +<br> |
| 52 | + |
| 53 | + * Ruby |
| 54 | + * Added initial typing support with rbs files |
| 55 | + * Fix bug preventing Selenium Manager from working with Unix and Cygwin |
| 56 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) |
| 57 | + |
| 58 | +<br> |
| 59 | + |
| 60 | + * Rust |
| 61 | + * Use online mapping to discover proper geckodriver version |
| 62 | + * Fix webview2 support when browser path is set |
| 63 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/CHANGELOG.md) |
| 64 | + |
| 65 | + |
| 66 | +### Contributors |
| 67 | + |
| 68 | +**Special shout-out to everyone who helped the Selenium Team get this release out!** |
| 69 | + |
| 70 | +#### [Selenium](https://github.com/SeleniumHQ/selenium) |
| 71 | + |
| 72 | +<div class="d-flex justify-content-center"> |
| 73 | + <div class="col-11 p-4 bg-transparent"> |
| 74 | + <div class="row justify-content-center"> |
| 75 | +{{< gh-user "https://api.github.com/users/EdwinVanVliet" >}} |
| 76 | +{{< gh-user "https://api.github.com/users/RevealOscar" >}} |
| 77 | +{{< gh-user "https://api.github.com/users/aguspe" >}} |
| 78 | +{{< gh-user "https://api.github.com/users/asottile" >}} |
| 79 | +{{< gh-user "https://api.github.com/users/centic9" >}} |
| 80 | +{{< gh-user "https://api.github.com/users/jnhyperion" >}} |
| 81 | +{{< gh-user "https://api.github.com/users/manuelsblanco" >}} |
| 82 | +{{< gh-user "https://api.github.com/users/matt-kemp-m2x" >}} |
| 83 | +{{< gh-user "https://api.github.com/users/nikhlagrwl" >}} |
| 84 | +{{< gh-user "https://api.github.com/users/purkhusid" >}} |
| 85 | +{{< gh-user "https://api.github.com/users/vietnd96" >}} |
| 86 | +{{< gh-user "https://api.github.com/users/whimboo" >}} |
| 87 | + </div> |
| 88 | + </div> |
| 89 | +</div> |
| 90 | + |
| 91 | +#### [Selenium Docs & Website](https://github.com/SeleniumHQ/seleniumhq.github.io) |
| 92 | + |
| 93 | +<div class="row justify-content-center"> |
| 94 | + <div class="col-11 p-4 bg-transparent"> |
| 95 | + <div class="row justify-content-center"> |
| 96 | +{{< gh-user "https://api.github.com/users/SparshKesari" >}} |
| 97 | +{{< gh-user "https://api.github.com/users/emanlove" >}} |
| 98 | +{{< gh-user "https://api.github.com/users/ronPy" >}} |
| 99 | +{{< gh-user "https://api.github.com/users/utamas" >}} |
| 100 | + </div> |
| 101 | + </div> |
| 102 | +</div> |
| 103 | + |
| 104 | +#### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium) |
| 105 | + |
| 106 | +<div class="row justify-content-center"> |
| 107 | + <div class="col-11 p-4 bg-transparent"> |
| 108 | + <div class="row justify-content-center"> |
| 109 | +{{< gh-user "https://api.github.com/users/Thab310" >}} |
| 110 | +{{< gh-user "https://api.github.com/users/amardeep2006" >}} |
| 111 | +{{< gh-user "https://api.github.com/users/mtcolman" >}} |
| 112 | +{{< gh-user "https://api.github.com/users/vietnd96" >}} |
| 113 | + </div> |
| 114 | + </div> |
| 115 | +</div> |
| 116 | + |
| 117 | +#### [Selenium Team Members][team] |
| 118 | + |
| 119 | +**Thanks as well to all the team members who contributed to this release:** |
| 120 | + |
| 121 | +<div class="row justify-content-center"> |
| 122 | + <div class="col-11 p-4 bg-transparent"> |
| 123 | + <div class="row justify-content-center"> |
| 124 | +{{< gh-user "https://api.github.com/users/alaahong" >}} |
| 125 | +{{< gh-user "https://api.github.com/users/bonigarcia" >}} |
| 126 | +{{< gh-user "https://api.github.com/users/diemol" >}} |
| 127 | +{{< gh-user "https://api.github.com/users/harsha509" >}} |
| 128 | +{{< gh-user "https://api.github.com/users/joerg1985" >}} |
| 129 | +{{< gh-user "https://api.github.com/users/luisfcorreia" >}} |
| 130 | +{{< gh-user "https://api.github.com/users/nvborisenko" >}} |
| 131 | +{{< gh-user "https://api.github.com/users/p0deje" >}} |
| 132 | +{{< gh-user "https://api.github.com/users/pujagani" >}} |
| 133 | +{{< gh-user "https://api.github.com/users/shs96c" >}} |
| 134 | +{{< gh-user "https://api.github.com/users/titusfortner" >}} |
| 135 | + </div> |
| 136 | + </div> |
| 137 | +</div> |
| 138 | + |
| 139 | +Stay tuned for updates by following [SeleniumHQ](https://twitter.com/seleniumhq)! |
| 140 | + |
| 141 | +Happy testing! |
| 142 | + |
| 143 | +[downloads]: /downloads |
| 144 | +[bindings]: /downloads#bindings |
| 145 | +[team]: /project/structure |
| 146 | +[BiDi]: https://github.com/w3c/webdriver-bidi |
| 147 | + |
0 commit comments