ScoopInstaller_Main/bucket/chromedriver.json
2024-04-10 21:05:07 +00:00

35 lines
1.4 KiB
JSON

{
"version": "123.0.6312.122",
"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/123.0.6312.122/win64/chromedriver-win64.zip",
"hash": "60032e428f96ba23817cf08c8aad6f4ce898a49b3bf0edc3534cb91fbb003f09",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122/win32/chromedriver-win32.zip",
"hash": "8fb239825e61b4dcc1720db598532294f7d88a11d6de95638e3eac9e0b138980",
"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"
}
}
}
}