mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "141.0.3537.57",
|
|
"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://msedgedriver.microsoft.com/EULA"
|
|
},
|
|
"notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.57/edgedriver_win64.zip",
|
|
"hash": "e151bdcc416312e49522f55c8237ddccc57a7e3c6de61de05013785f3695e7bb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.57/edgedriver_win32.zip",
|
|
"hash": "8a7667e55a63ea58d4d8795fc0e4d1306eebb6dace51787d0043da219a2c7474"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.57/edgedriver_arm64.zip",
|
|
"hash": "bc34e9679e18b578eea27695e6ff716a318c1cb9342f4712ac6c7e716715269f"
|
|
}
|
|
},
|
|
"bin": "msedgedriver.exe",
|
|
"checkver": {
|
|
"script": "Write-Output $([System.Text.Encoding]::Unicode.GetString((Invoke-WebRequest -URI https://msedgedriver.microsoft.com/LATEST_STABLE).Content))",
|
|
"regex": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://msedgedriver.microsoft.com/$version/edgedriver_win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/$version/edgedriver_win32.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/$version/edgedriver_arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|