Support for Selenium Client 4.11? #1985
Unanswered
giovannipcruz
asked this question in
Q&A
Replies: 1 comment 1 reply
-
selenium version is not locked in the client dependencies, so you could use it with any range that is compatible according to the compatibility matrix |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any plans to release a Appium Java client that's certified to be compatible with Selenium client v4.11?
As of Chrome version 114, the Chrome driver team has stopped publishing the Chrome driver releases and metadata using their traditional Chrome driver download repository (https://chromedriver.chromium.org/downloads). As of Chrome version 115, Chrome driver releases can only be discovered programmatically using the abovementioned Chrome for Testing JSON endpoints (https://github.com/GoogleChromeLabs/chrome-for-testing#json-api-endpoints). Selenium v4.11 already supports this new way of Chrome driver discovery. The latest version of the Selenium Manager that comes with Selenium client v4.11 uses the CfT endpoints for Chrome driver management. Moving up to Selenium 4.11.0 is necessary if we want the Selenium manager to continue managing what versiojn of the Chrome driver to use automatically.
Beta Was this translation helpful? Give feedback.
All reactions