Open phansch opened 11 months ago
Yeah it looks like for versions >115, the URL for getting the latest ChromeDriver release number has changed
https://googlechromelabs.github.io/chrome-for-testing/LATEST_RELEASE_{build_version}
The versions / downloads look to be available from this JSON endpoint: https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json
This commit on my fork might need some tweaks (still learning Rust), but seems to work with the latest Chromedriver: https://github.com/phansch/webdriver-install/commit/bbefab85b588f838317e4bdac7a3c94d9d43436f
It looks the the way to fetch chromedriver versions has changed