mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "144.0.3719.82",
|
|
"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/144.0.3719.82/edgedriver_win64.zip",
|
|
"hash": "4cff46ad17c25e9af30e265215c32716788a61440127c1ece969c7ca8c45c835"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/144.0.3719.82/edgedriver_win32.zip",
|
|
"hash": "cd967223867394640e920676740641e3c07e335b68da197b02a5e122a6112830"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/144.0.3719.82/edgedriver_arm64.zip",
|
|
"hash": "1b808e2401307a6853c3b8bd26af45dd5db0eacb0e8058e89a580b480456855a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|