mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "121.0.6167.85",
|
|
"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://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.85/win64/chromedriver-win64.zip",
|
|
"hash": "b0cd07860aaf9f21cbe1348cf4118849ba50977461c2be4c6b0d138252769dfa",
|
|
"extract_dir": "chromedriver-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.85/win32/chromedriver-win32.zip",
|
|
"hash": "536ee398e04cdd6fde5c34f1a458f4db55a4aa73cbddd3bff1b8891a097e4342",
|
|
"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://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$version/win64/chromedriver-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$version/win32/chromedriver-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|