Skip to content

Commit fdb38ff

Browse files
committed
Updating blog post about 4.9.0
[deploy site]
1 parent 481e888 commit fdb38ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

website_and_docs/content/blog/2023/selenium-4-9-0-released.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ Links to everything can be found on our [downloads page][downloads].
1717

1818
* Chrome DevTools support is now: v110, v111, and v112 (Firefox still uses v85 for all versions)
1919
* Maven BOM for the Java bindings.
20-
* Remote file downloads are now possible through Selenium Grid.
20+
* Remote file downloads are [now possible through Selenium Grid](/documentation/grid/configuration/cli_options/#enabling-managed-downloads-by-the-node).
2121
* First steps taken to phase out CDP in Firefox and replace it with the BiDi implementation.
22-
* `InvalidSelectorException` now extends `WebDriverException` instead of `NoSuchElementException`.
22+
* `InvalidSelectorException` [now extends `WebDriverException` instead of `NoSuchElementException`](/blog/2023/invalid-selector-exception-has-changed/).
2323
* 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.
24+
* A [sub-path](/documentation/grid/configuration/cli_options/#router) can be set in Selenium Grid to have a custom Grid url.
25+
* Complete removal of Json Wire Protocol support in Java and Grid.
2526

2627

2728
### Contributors

0 commit comments

Comments
 (0)