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
instead of the deprecated Desired Capabilities classes (and avoid using "set capability" methods directly)
25
25
* If you rely on the current protocol conversion functionality, and it works for you,
26
-
you can continue to use it with Selenium Grid 4.2
26
+
you can continue to use it with Selenium Grid 4.8
27
27
28
28
By far the biggest challenge in the past seven years of Selenium development has been
29
29
transitioning the underlying implementation from the legacy [JSON Wire Protocol](https://www.selenium.dev/documentation/legacy/json_wire_protocol/)
@@ -46,7 +46,7 @@ Because the code must make some assumptions and guesses for this to work, there
46
46
47
47
For Selenium 4.0, the Ruby, JavaScript, and .NET bindings, each removed the handshake code,
48
48
so no legacy commands are used. Due to some issues that couldn't be resolved before freezing the 3.x code,
49
-
Python is waiting until Selenium 4.3 to remove its handshake code.
49
+
Python is waiting until Selenium 4.9 to remove its handshake code.
50
50
The Selenium team intended to continue to support both protocols in the
51
51
Grid and Java bindings throughout the 4.x releases, but running test suites written for Selenium 2
52
52
on the Selenium 4 Grid resulted in a larger than expected number of failures.
0 commit comments