ScoopInstaller_Main/bucket/chromedriver.json
2023-11-01 00:33:08 +00:00

35 lines
1.4 KiB
JSON

{
"version": "119.0.6045.105",
"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/119.0.6045.105/win64/chromedriver-win64.zip",
"hash": "cc339d322f119ea29cc9d0f1b5d90055e81f541bc05a5885ce957512234a641b",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/win32/chromedriver-win32.zip",
"hash": "6bc80a3203e83624ae9dd282f9684b133e820f97f73e2404b7988c566c9e06aa",
"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"
}
}
}
}