ScoopInstaller_Main/chromedriver.json
2018-09-13 22:00:30 +00:00

17 lines
671 B
JSON

{
"version": "2.42",
"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.42/chromedriver_win32.zip",
"hash": "fefe53f05cfd190a01c259a56e34e1fdeb604a24ec38f170e6f001eca505f2f7",
"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"
}
}