Skip to content

Commit

Permalink
Update webdriver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Feb 25, 2020
1 parent 97032d8 commit 5585b72
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/webdrivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"chrome": {
"baseUrl": "https://chromedriver.storage.googleapis.com",
"latest": "79.0.3945.36"
"latest": "80.0.3987.106"
},
"firefox": {
"baseUrl": "https://github.com/mozilla/geckodriver/releases/download",
Expand All @@ -23,19 +23,22 @@
"baseUrl": "https://download.microsoft.com/download",
"versions": {
"17134": {
"url": "https://download.microsoft.com/download/F/8/A/F8AF50AB-3C3A-4BC4-8773-DC27B32988DD/MicrosoftWebDriver.exe"
"url":
"https://download.microsoft.com/download/F/8/A/F8AF50AB-3C3A-4BC4-8773-DC27B32988DD/MicrosoftWebDriver.exe"
},
"16299": {
"url": "https://download.microsoft.com/download/D/4/1/D417998A-58EE-4EFE-A7CC-39EF9E020768/MicrosoftWebDriver.exe"
"url":
"https://download.microsoft.com/download/D/4/1/D417998A-58EE-4EFE-A7CC-39EF9E020768/MicrosoftWebDriver.exe"
},
"15063": {
"url": "https://download.microsoft.com/download/3/4/2/342316D7-EBE0-4F10-ABA2-AE8E0CDF36DD/MicrosoftWebDriver.exe"
"url":
"https://download.microsoft.com/download/3/4/2/342316D7-EBE0-4F10-ABA2-AE8E0CDF36DD/MicrosoftWebDriver.exe"
}
}
},
"edgeChromium": {
"baseUrl": "https://msedgedriver.azureedge.net",
"latest": "79.0.309.15"
"latest": "80.0.361.62"
}
}
}

0 comments on commit 5585b72

Please sign in to comment.