ScoopInstaller_Main/bucket/chromedriver.json
2024-03-26 21:06:00 +00:00

35 lines
1.4 KiB
JSON

{
"version": "123.0.6312.86",
"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/123.0.6312.86/win64/chromedriver-win64.zip",
"hash": "6db108f26cb9d08caec88b15e321e3d059de0775f3c895933712d51244f7362c",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.86/win32/chromedriver-win32.zip",
"hash": "9753f4066512a2181ae4354bf5b9ecaafd927d0bd749bf8085cd159c3c2477aa",
"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"
}
}
}
}