mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Added the Edge Webdriver and fixed the Hash for ChromeDriver (#2156)
This commit is contained in:
parent
b84a54f97d
commit
ef0bac3ba9
@ -2,7 +2,7 @@
|
|||||||
"version": "2.37",
|
"version": "2.37",
|
||||||
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
|
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
|
||||||
"url": "https://chromedriver.storage.googleapis.com/2.37/chromedriver_win32.zip",
|
"url": "https://chromedriver.storage.googleapis.com/2.37/chromedriver_win32.zip",
|
||||||
"hash": "60c356fa6b7db08ecc127e02901618495af10f08806021760a01679facaab9fe",
|
"hash": "b8d12fa27ca688486e05a27e5803190a8da880843430b9372d3cd4a9ebeb2d1f",
|
||||||
"bin": "chromedriver.exe",
|
"bin": "chromedriver.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://chromedriver.storage.googleapis.com/LATEST_RELEASE",
|
"url": "https://chromedriver.storage.googleapis.com/LATEST_RELEASE",
|
||||||
|
|||||||
11
edgedriver.json
Normal file
11
edgedriver.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"version": "5.16299",
|
||||||
|
"homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads",
|
||||||
|
"url": "https://download.microsoft.com/download/D/4/1/D417998A-58EE-4EFE-A7CC-39EF9E020768/MicrosoftWebDriver.exe",
|
||||||
|
"hash": "0fd1429f22a63c36687904f28fac133e91ece3e0f5544e49c7986fc798c814f6",
|
||||||
|
"bin": "MicrosoftWebDriver.exe",
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads",
|
||||||
|
"re": "(Release \\d+)"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user