mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 18:01:19 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "117.0.5938.149",
|
|
"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/117.0.5938.149/win64/chromedriver-win64.zip",
|
|
"hash": "68a1dd208716e1bb67be3597b1ab26a52977c33acab8e066ead5470dec7721a2",
|
|
"extract_dir": "chromedriver-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.149/win32/chromedriver-win32.zip",
|
|
"hash": "6296b1901ee0d74483fab520cf6ca0a5fe94abc9dae90cd5fd8f79d81f983c58",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|