You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website_and_docs/content/blog/2023/selenium-4-9-0-released.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,12 @@ Links to everything can be found on our [downloads page][downloads].
17
17
18
18
* Chrome DevTools support is now: v110, v111, and v112 (Firefox still uses v85 for all versions)
19
19
* 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).
21
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`.
22
+
*`InvalidSelectorException`[now extends `WebDriverException` instead of `NoSuchElementException`](/blog/2023/invalid-selector-exception-has-changed/).
23
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.
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.
0 commit comments