|
| 1 | +--- |
| 2 | +title: "Selenium 4.9.0 Released!" |
| 3 | +linkTitle: "Selenium 4.9.0 Released!" |
| 4 | +date: 2023-04-21 |
| 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.9.0 has been released! |
| 10 | +--- |
| 11 | + |
| 12 | +We're very happy to announce the release of Selenium 4.9.0 for Java, |
| 13 | +.NET, Ruby, Python, and Javascript as well as the Grid and Internet Explorer Driver. |
| 14 | +Links to everything can be found on our [downloads page][downloads]. |
| 15 | + |
| 16 | +### Highlights |
| 17 | + |
| 18 | + * Chrome DevTools support is now: v110, v111, and v112 (Firefox still uses v85 for all versions) |
| 19 | + * Maven BOM for the Java bindings. |
| 20 | + * Remote file downloads are not possible through Selenium Grid. |
| 21 | + * First steps taken to phase out CDP in Firefox and replace it with the BiDi implementation. |
| 22 | + * `InvalidSelectorException` now extends `WebDriverException` instead of `NoSuchElementException`. |
| 23 | + * Selenium Manager uses information set in the browser options to get the correct browser driver. |
| 24 | + * A sub-path can be set in Selenium Grid to have a custom Grid url. |
| 25 | + |
| 26 | + |
| 27 | +### Contributors |
| 28 | + |
| 29 | +**Special shout-out to everyone who helped the Selenium Team get this release out!** |
| 30 | + |
| 31 | +<div class="row justify-content-center"> |
| 32 | + <div class="col-11 p-4 bg-transparent"> |
| 33 | + <div class="row justify-content-center"> |
| 34 | +{{< gh-user "https://api.github.com/users/atrnh" >}} |
| 35 | +{{< gh-user "https://api.github.com/users/nvborisenko" >}} |
| 36 | +{{< gh-user "https://api.github.com/users/dev-ardi" >}} |
| 37 | +{{< gh-user "https://api.github.com/users/arnonax-tr" >}} |
| 38 | +{{< gh-user "https://api.github.com/users/robotdana" >}} |
| 39 | +{{< gh-user "https://api.github.com/users/iampopovich" >}} |
| 40 | +{{< gh-user "https://api.github.com/users/joerg1985" >}} |
| 41 | +{{< gh-user "https://api.github.com/users/snackattas" >}} |
| 42 | +{{< gh-user "https://api.github.com/users/arielj" >}} |
| 43 | +{{< gh-user "https://api.github.com/users/whimboo" >}} |
| 44 | +{{< gh-user "https://api.github.com/users/code-with-abdullah" >}} |
| 45 | +{{< gh-user "https://api.github.com/users/71n9" >}} |
| 46 | +{{< gh-user "https://api.github.com/users/lifefloating" >}} |
| 47 | +{{< gh-user "https://api.github.com/users/jnhyperion" >}} |
| 48 | +{{< gh-user "https://api.github.com/users/MohabMohie" >}} |
| 49 | +{{< gh-user "https://api.github.com/users/MMK-IBSEN" >}} |
| 50 | +{{< gh-user "https://api.github.com/users/RussiaVk" >}} |
| 51 | +{{< gh-user "https://api.github.com/users/Kouzukii" >}} |
| 52 | +{{< gh-user "https://api.github.com/users/mdmintz" >}} |
| 53 | +{{< gh-user "https://api.github.com/users/RenderMichael" >}} |
| 54 | +{{< gh-user "https://api.github.com/users/tosmolka" >}} |
| 55 | +{{< gh-user "https://api.github.com/users/etiennebarrie" >}} |
| 56 | +{{< gh-user "https://api.github.com/users/jameshilliard" >}} |
| 57 | +{{< gh-user "https://api.github.com/users/marksmayo" >}} |
| 58 | + </div> |
| 59 | + </div> |
| 60 | +</div> |
| 61 | + |
| 62 | +**Thanks as well to all the [Selenium Team Members][team] who contributed to this release:** |
| 63 | + |
| 64 | +<div class="row justify-content-center"> |
| 65 | + <div class="col-11 p-4 bg-transparent"> |
| 66 | + <div class="row justify-content-center"> |
| 67 | +{{< gh-user "https://api.github.com/users/p0deje" >}} |
| 68 | +{{< gh-user "https://api.github.com/users/bonigarcia" >}} |
| 69 | +{{< gh-user "https://api.github.com/users/titusfortner" >}} |
| 70 | +{{< gh-user "https://api.github.com/users/diemol" >}} |
| 71 | +{{< gh-user "https://api.github.com/users/TamsilAmani" >}} |
| 72 | +{{< gh-user "https://api.github.com/users/harsha509" >}} |
| 73 | +{{< gh-user "https://api.github.com/users/shs96c" >}} |
| 74 | +{{< gh-user "https://api.github.com/users/krmahadevan" >}} |
| 75 | +{{< gh-user "https://api.github.com/users/AutomatedTester" >}} |
| 76 | +{{< gh-user "https://api.github.com/users/symonk" >}} |
| 77 | +{{< gh-user "https://api.github.com/users/pujagani" >}} |
| 78 | + </div> |
| 79 | + </div> |
| 80 | +</div> |
| 81 | + |
| 82 | +Stay tuned for updates by following [SeleniumHQ](https://twitter.com/seleniumhq)! |
| 83 | + |
| 84 | +Happy testing! |
| 85 | + |
| 86 | +[downloads]: /downloads |
| 87 | +[bindings]: /downloads#bindings |
| 88 | +[team]: /project/structure |
| 89 | +[BiDi]: https://github.com/w3c/webdriver-bidi |
| 90 | + |
0 commit comments