Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@gayathri-testsigma gayathri-testsigma released this 24 Aug 13:56
ecee23c

[Bug-Fix]: Tests were not running locally in the latest version of Chrome (v116+).

Upgraded the version of webdrivermanager that manages driver version automatically.

The chromedriver team has stopped publishing the chromedriver releases and metadata using their traditional chromedriver download repository with chromedriver 114. This way, as of chromedriver 115, the chromedriver releases can only be discovered programmatically using the Chrome for Testing (CfT) JSON endpoints.

This change is very relevant for WebDriverManager, since, as of Chrome 115 and 116, chromedriver cannot be managed automatically by WebDriverManager using the traditional way.