mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 08:21:19 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "127.0.6533.72",
|
|
"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/127.0.6533.72/win64/chromedriver-win64.zip",
|
|
"hash": "ffb2d4c07e00d70d2011a29ce7ddc428a2cecae4e1ed00fcceca743eefc0b18e",
|
|
"extract_dir": "chromedriver-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/win32/chromedriver-win32.zip",
|
|
"hash": "f993c20d091bfa28ee08dcb6a173772f81a2133d253402b7343d1254772a6f2f",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|