ScoopInstaller_Main/bucket/edgedriver.json
2025-11-09 20:28:16 +00:00

43 lines
1.8 KiB
JSON

{
"version": "142.0.3595.69",
"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/142.0.3595.69/edgedriver_win64.zip",
"hash": "3095f3d06e77660711dab5eb1d705346d74608cc03ed315f3585615890d7c32d"
},
"32bit": {
"url": "https://msedgedriver.microsoft.com/142.0.3595.69/edgedriver_win32.zip",
"hash": "fd2d6a5272e47e24b403446fac7febce2b97f1dadd55a420ecdbf124e0bd11b2"
},
"arm64": {
"url": "https://msedgedriver.microsoft.com/142.0.3595.69/edgedriver_arm64.zip",
"hash": "d991f77a5e59b5a9dd12de5b10ff13712b7ca80ef886c7fcc99adcff6055e86d"
}
},
"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"
}
}
}
}