Added the Edge Webdriver and fixed the Hash for ChromeDriver (#2156)

This commit is contained in:
Nefariis 2018-03-27 13:32:18 -07:00 committed by Richard Kuhnt
parent b84a54f97d
commit ef0bac3ba9
2 changed files with 12 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"version": "2.37",
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
"url": "https://chromedriver.storage.googleapis.com/2.37/chromedriver_win32.zip",
"hash": "60c356fa6b7db08ecc127e02901618495af10f08806021760a01679facaab9fe",
"hash": "b8d12fa27ca688486e05a27e5803190a8da880843430b9372d3cd4a9ebeb2d1f",
"bin": "chromedriver.exe",
"checkver": {
"url": "https://chromedriver.storage.googleapis.com/LATEST_RELEASE",

11
edgedriver.json Normal file
View 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+)"
}
}