mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
edgedriver: Update to version 82.0.449.0 (Chromium) (#189)
This commit is contained in:
parent
0cc5e3a6d9
commit
4a46902587
@ -1,16 +1,35 @@
|
||||
{
|
||||
"version": "6.17134",
|
||||
"homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver",
|
||||
"version": "82.0.449.0",
|
||||
"license": {
|
||||
"identifier": "Freeware",
|
||||
"url": "https://az813057.vo.msecnd.net/eulas/webdriver-eula.pdf"
|
||||
"url": "https://az813057.vo.msecnd.net/webdriver/license.html"
|
||||
},
|
||||
"homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads",
|
||||
"description": "A WebDriver implementation that controls an Edge browser running on the local machine.",
|
||||
"url": "https://download.microsoft.com/download/F/8/A/F8AF50AB-3C3A-4BC4-8773-DC27B32988DD/MicrosoftWebDriver.exe",
|
||||
"hash": "6E8182697EA5189491B5519D8496A3392E43741B7C0515130F2F8205881D208E",
|
||||
"bin": "MicrosoftWebDriver.exe",
|
||||
"description": "Close the loop on your developer cycle by automating testing of your website in Microsoft Edge (Chromium).",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://msedgedriver.azureedge.net/82.0.449.0/edgedriver_win64.zip",
|
||||
"hash": "bd43a0a5de7e503a713e047728df5143a9e80a9135c99e395a387eb4e96b1739"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://msedgedriver.azureedge.net/82.0.449.0/edgedriver_win32.zip",
|
||||
"hash": "82c509f67fee7472f16e06215f8451ff1bbacf50db64e93e6e910ad2925712de"
|
||||
}
|
||||
},
|
||||
"bin": "msedgedriver.exe",
|
||||
"checkver": {
|
||||
"url": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads",
|
||||
"re": "Version: ([\\d.]+)"
|
||||
}
|
||||
"url": "https://msedgedriver.azureedge.net/LATEST_CANARY",
|
||||
"regex": "([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://msedgedriver.azureedge.net/$version/edgedriver_win64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://msedgedriver.azureedge.net/$version/edgedriver_win32.zip"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'."
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user