|
| 1 | +--- |
| 2 | +title: "Selenium 4.18 Released!" |
| 3 | +linkTitle: "Selenium 4.18 Released!" |
| 4 | +date: 2024-02-19 |
| 5 | +tags: ["selenium"] |
| 6 | +categories: ["releases"] |
| 7 | +author: Diego Molina [@diemol](https://diemol.com) |
| 8 | +description: > |
| 9 | + Today we're happy to announce that Selenium 4.18 has been released! |
| 10 | +--- |
| 11 | + |
| 12 | +We're very happy to announce the release of Selenium 4.18.0 and 4.18.1 for |
| 13 | +Javascript, Ruby, Python, .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: v120, v121, and v122 (Firefox still uses v85 for all versions) |
| 19 | + * Selenium Manager [records usage](https://plausible.io/manager.selenium.dev) has been decreased to reduce impact on users. |
| 20 | + * Chrome headless changed the name of the browser to reflect that it is not actually chrome; Selenium now handles this seamlessly, |
| 21 | +but you should still switch to `--headless=new` (see: [Headless is going away](/blog/2023/headless-is-going-away/)) |
| 22 | + |
| 23 | +#### Noteworthy changes per language |
| 24 | + |
| 25 | + * Java |
| 26 | + * Enabling Grid to use self-signed certificate for debugging |
| 27 | + * Added explicit target locator events to the listener support classes in `WebDriverListener`. |
| 28 | + * Add missing event handlers for TargetLocator interface in `WebDriverListener`. |
| 29 | + * Several [BiDi] additions: Browsing context destroyed event, Network intercept commands, command `continuewithAuth`, between others. |
| 30 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG) |
| 31 | + |
| 32 | + |
| 33 | + <br> |
| 34 | + |
| 35 | + * JavaScript |
| 36 | + * Several [BiDi] additions: Browsing context destroyed event, realm destroyed event, command `continuewithAuth`, between others. |
| 37 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md) |
| 38 | + |
| 39 | + <br> |
| 40 | + |
| 41 | + * .NET |
| 42 | + * Fix protocol cdp version for `RemoteWebDriver`. |
| 43 | + * Fix network response data encoding. |
| 44 | + * Explicitly support passing the full path to driver in Service constructor |
| 45 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG) |
| 46 | + |
| 47 | + <br> |
| 48 | + |
| 49 | + * Python |
| 50 | + * Python for [nightly releases](https://test.pypi.org/project/selenium/) |
| 51 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES) |
| 52 | + |
| 53 | + <br> |
| 54 | + |
| 55 | + * Ruby |
| 56 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) |
| 57 | + |
| 58 | + |
| 59 | + <br> |
| 60 | + |
| 61 | + * Rust |
| 62 | + * Add timestamps to Selenium Manager logs |
| 63 | + * Selenium Manager decreases frequency of statistics reporting |
| 64 | + * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/CHANGELOG.md) |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | +### Contributors |
| 69 | + |
| 70 | +**Special shout-out to everyone who helped the Selenium Team get this release out!** |
| 71 | + |
| 72 | +#### [Selenium](https://github.com/SeleniumHQ/selenium) |
| 73 | + |
| 74 | +<div class="d-flex justify-content-center"> |
| 75 | + <div class="col-11 p-4 bg-transparent"> |
| 76 | + <div class="row justify-content-center"> |
| 77 | +{{< gh-user "https://api.github.com/users/RevealOscar" >}} |
| 78 | +{{< gh-user "https://api.github.com/users/Trigtrig" >}} |
| 79 | +{{< gh-user "https://api.github.com/users/manuelsblanco" >}} |
| 80 | +{{< gh-user "https://api.github.com/users/mtrea" >}} |
| 81 | +{{< gh-user "https://api.github.com/users/oleg-rd" >}} |
| 82 | +{{< gh-user "https://api.github.com/users/semaperepelitsa" >}} |
| 83 | +{{< gh-user "https://api.github.com/users/symonk" >}} |
| 84 | +{{< gh-user "https://api.github.com/users/valfirst" >}} |
| 85 | + </div> |
| 86 | + </div> |
| 87 | +</div> |
| 88 | + |
| 89 | + |
| 90 | +#### [Selenium Docs & Website](https://github.com/SeleniumHQ/seleniumhq.github.io) |
| 91 | + |
| 92 | +<div class="row justify-content-center"> |
| 93 | + <div class="col-11 p-4 bg-transparent"> |
| 94 | + <div class="row justify-content-center"> |
| 95 | +{{< gh-user "https://api.github.com/users/BlazerYoo" >}} |
| 96 | +{{< gh-user "https://api.github.com/users/bhecquet" >}} |
| 97 | +{{< gh-user "https://api.github.com/users/geekmister" >}} |
| 98 | +{{< gh-user "https://api.github.com/users/justnpT" >}} |
| 99 | +{{< gh-user "https://api.github.com/users/mmonfared" >}} |
| 100 | +{{< gh-user "https://api.github.com/users/netassa" >}} |
| 101 | +{{< gh-user "https://api.github.com/users/nvborisenko" >}} |
| 102 | +{{< gh-user "https://api.github.com/users/pallavigitwork" >}} |
| 103 | + </div> |
| 104 | + </div> |
| 105 | +</div> |
| 106 | + |
| 107 | +#### [Docker Selenium](https://github.com/SeleniumHQ/docker-selenium) |
| 108 | + |
| 109 | +<div class="row justify-content-center"> |
| 110 | + <div class="col-11 p-4 bg-transparent"> |
| 111 | + <div class="row justify-content-center"> |
| 112 | +{{< gh-user "https://api.github.com/users/0xC4N1" >}} |
| 113 | +{{< gh-user "https://api.github.com/users/Doofus100500" >}} |
| 114 | +{{< gh-user "https://api.github.com/users/Opvolger" >}} |
| 115 | +{{< gh-user "https://api.github.com/users/VietND96" >}} |
| 116 | + </div> |
| 117 | + </div> |
| 118 | +</div> |
| 119 | + |
| 120 | +#### [Selenium Team Members][team] |
| 121 | + |
| 122 | +**Thanks as well to all the team members who contributed to this release:** |
| 123 | + |
| 124 | +<div class="row justify-content-center"> |
| 125 | + <div class="col-11 p-4 bg-transparent"> |
| 126 | + <div class="row justify-content-center"> |
| 127 | +{{< gh-user "https://api.github.com/users/AutomatedTester" >}} |
| 128 | +{{< gh-user "https://api.github.com/users/diemol" >}} |
| 129 | +{{< gh-user "https://api.github.com/users/harsha509" >}} |
| 130 | +{{< gh-user "https://api.github.com/users/joerg1985" >}} |
| 131 | +{{< gh-user "https://api.github.com/users/nvborisenko" >}} |
| 132 | +{{< gh-user "https://api.github.com/users/p0deje" >}} |
| 133 | +{{< gh-user "https://api.github.com/users/pujagani" >}} |
| 134 | +{{< gh-user "https://api.github.com/users/titusfortner" >}} |
| 135 | +{{< gh-user "https://api.github.com/users/shs96c" >}} |
| 136 | +{{< gh-user "https://api.github.com/users/bonigarcia" >}} |
| 137 | + </div> |
| 138 | + </div> |
| 139 | +</div> |
| 140 | + |
| 141 | +Stay tuned for updates by following [SeleniumHQ](https://twitter.com/seleniumhq)! |
| 142 | + |
| 143 | +Happy testing! |
| 144 | + |
| 145 | +[downloads]: /downloads |
| 146 | +[bindings]: /downloads#bindings |
| 147 | +[team]: /project/structure |
| 148 | +[BiDi]: https://github.com/w3c/webdriver-bidi |
0 commit comments