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.104",
|
|
"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.104/edgedriver_win64.zip",
|
|
"hash": "efe3510dc539d922e402d9db140e0d97a3de4f3d2553d44bf377303deed43517"
|
|
},
|
|
"32bit": {
|
|
"url": "https://msedgedriver.microsoft.com/144.0.3719.104/edgedriver_win32.zip",
|
|
"hash": "3697443e7f2252cb31cca03fc3833d0005c7704eaa50e9862ba0b9bb3496a1a7"
|
|
},
|
|
"arm64": {
|
|
"url": "https://msedgedriver.microsoft.com/144.0.3719.104/edgedriver_arm64.zip",
|
|
"hash": "991ce4c04318f8a5d0fb1907a1bc27ff9fdeaf5863deb5a7412ce3aa9c45a068"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|