Note that we depend on the selenium image tag and not on a given browser version.And we need to use a tag compatible with the selenium version used in our build! Allowing to set a value by the user is asking for trouble as only a very few values are actually supported!
For ex for Selenium 4.19.0:
{noformat} * Add CDP for Chrome 123 and remove 120 {noformat}
From https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG |
|