mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
17 lines
671 B
JSON
17 lines
671 B
JSON
{
|
|
"version": "2.41",
|
|
"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.41/chromedriver_win32.zip",
|
|
"hash": "ce0675d3b33ce9ae4ddb5361c1f636c0801a3b9f02937b0096cb3232848a927e",
|
|
"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"
|
|
}
|
|
}
|