mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "139.0.3405.86",
|
|
"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/139.0.3405.86/edgedriver_win64.zip",
|
|
"hash": "a22faa40da762091b8ddc646237e31b3d1442fd0dc24965f6096030d59eb27fa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/139.0.3405.86/edgedriver_win32.zip",
|
|
"hash": "19006839f4aeb8bd781fcb0e082ca9cb9422a889ce5f0a101fdde2e99373500e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/139.0.3405.86/edgedriver_arm64.zip",
|
|
"hash": "fb17c571e4dea105ecb59a9f0b8df18053d40ce0a4d2642a02c4ae3661d9e112"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|