mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 09:21:25 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "120.0.6099.62",
|
|
"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/120.0.6099.62/win64/chromedriver-win64.zip",
|
|
"hash": "dbe9fcf01d28f24c7979a3a996d64c213e26eebe1a100ca1694aa08b836d1f01",
|
|
"extract_dir": "chromedriver-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.62/win32/chromedriver-win32.zip",
|
|
"hash": "ac03d1963da13c4803fb55091d24d6cecad5f0ba0cc55ad68131bf014acf69a3",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|