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": "141.0.3537.99",
|
|
"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.99/edgedriver_win64.zip",
|
|
"hash": "8ad0b58cfd0e28c1f910f4ee304ee92eff52e0292575252fc1a4adfa2b690f83"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.99/edgedriver_win32.zip",
|
|
"hash": "f88de17b4cdef4adec2e3ee7a9f3bc2a42642eab3b16984ac006f9fc32ebfb9a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/141.0.3537.99/edgedriver_arm64.zip",
|
|
"hash": "e909a07f5f61e0da51e955fb909ef958f5c92c3958c0c683a3ea11f60ce03370"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|