ScoopInstaller_Main/bucket/edgedriver.json
2022-12-18 08:26:52 +00:00

36 lines
1.4 KiB
JSON

{
"version": "110.0.1565.0",
"description": "Close the loop on your developer cycle by automating testing of your website in Microsoft Edge (Chromium).",
"homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver",
"license": {
"identifier": "Freeware",
"url": "https://az813057.vo.msecnd.net/webdriver/license.html"
},
"notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'.",
"architecture": {
"64bit": {
"url": "https://msedgedriver.azureedge.net/110.0.1565.0/edgedriver_win64.zip",
"hash": "b2f590c6fda2fc811fab3ca08f802a618582562a32e7ccbd307f86ea5b42e67f"
},
"32bit": {
"url": "https://msedgedriver.azureedge.net/110.0.1565.0/edgedriver_win32.zip",
"hash": "be42b0a19d274d573ab4ba1c61af9ebf576e19df2485cdc0c985712d514c950d"
}
},
"bin": "msedgedriver.exe",
"checkver": {
"script": "Write-Output $([System.Text.Encoding]::Unicode.GetString((Invoke-WebRequest -URI https://msedgedriver.azureedge.net/LATEST_CANARY).Content))",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://msedgedriver.azureedge.net/$version/edgedriver_win64.zip"
},
"32bit": {
"url": "https://msedgedriver.azureedge.net/$version/edgedriver_win32.zip"
}
}
}
}