ScoopInstaller_Main/bucket/chromedriver.json
2024-08-28 20:26:33 +00:00

35 lines
1.4 KiB
JSON

{
"version": "128.0.6613.86",
"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/128.0.6613.86/win64/chromedriver-win64.zip",
"hash": "523fe33ce848c13f3342f9de2a65db0152d39251c254d293cd6dc3fcaa0d46d2",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.86/win32/chromedriver-win32.zip",
"hash": "9151c9edf0f5be94a7f120edd2c9df2e79036d68750db565d3831bce32bb7fb4",
"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"
}
}
}
}