mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 04:44:43 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "145.0.3800.65",
|
|
"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/145.0.3800.65/edgedriver_win64.zip",
|
|
"hash": "2914ea51895d5b6ee6963143d89b203771dffce86bd22ab366b62656e0b4466e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/145.0.3800.65/edgedriver_win32.zip",
|
|
"hash": "9f95202253ea15c5e5db1e490e165470c2047cc8e7451d8b39126ee8b7511962"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/145.0.3800.65/edgedriver_arm64.zip",
|
|
"hash": "374bb3ea304dd19ff4174ac446f8929d8f59c0702e4c440fd4b7e8b5843f36d7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|