{ "version": "134.0.6998.35", "description": "An open source tool for automated testing of webapps across many browsers", "homepage": "https://chromedriver.chromium.org/", "license": "BSD-3-Clause", "architecture": { "64bit": { "url": "https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.35/win64/chromedriver-win64.zip", "hash": "8d1962fab155bc1e55a41925c689c8932bc3efc9d42fdf63401d42fff4459d78", "extract_dir": "chromedriver-win64" }, "32bit": { "url": "https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.35/win32/chromedriver-win32.zip", "hash": "5baf14df4edc65046de9b34bf1f5db58c8403d2314f4609ebfe630a6154d994c", "extract_dir": "chromedriver-win32" } }, "bin": "chromedriver.exe", "checkver": { "url": "https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json", "jsonpath": "$.channels.Stable.version", "regex": "([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://storage.googleapis.com/chrome-for-testing-public/$version/win64/chromedriver-win64.zip" }, "32bit": { "url": "https://storage.googleapis.com/chrome-for-testing-public/$version/win32/chromedriver-win32.zip" } } } }