ScoopInstaller_Main/chromedriver.json
2018-11-20 07:00:34 +00:00

17 lines
671 B
JSON

{
"version": "2.44",
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
"description": "An open source tool for automated testing of webapps across many browsers",
"license": "BSD-3-Clause",
"url": "https://chromedriver.storage.googleapis.com/2.44/chromedriver_win32.zip",
"hash": "5d2d2ddb2ed3730672484160c822b75b41c4e77f9cadb5111530699d561c548c",
"bin": "chromedriver.exe",
"checkver": {
"url": "https://chromedriver.storage.googleapis.com/LATEST_RELEASE",
"re": "([\\d.]+)"
},
"autoupdate": {
"url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip"
}
}