ScoopInstaller_Main/bucket/chromedriver.json
2025-12-16 20:31:07 +00:00

35 lines
1.4 KiB
JSON

{
"version": "143.0.7499.146",
"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/143.0.7499.146/win64/chromedriver-win64.zip",
"hash": "aec28322d934ba0365d935604f4cf701e9c5ffc53ad9a6055869bff81c3e26ac",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.146/win32/chromedriver-win32.zip",
"hash": "86ff9e52b45af59bbc952000054f26bc4942e8263a2be9ffe82462a24079d92c",
"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"
}
}
}
}