mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "4.7.0",
|
|
"description": "Selenium WebDriver for Internet Explorer 11",
|
|
"homepage": "https://selenium.dev",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.7.0/IEDriverServer_x64_4.7.0.zip",
|
|
"hash": "ce28202f9927a647a00443dd764a7cb8e95c286807b2c48f5957c2cc291e0592"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.7.0/IEDriverServer_Win32_4.7.0.zip",
|
|
"hash": "d8f06ff475323559894c765a52a4ac8b30c8839d7bfb25fd0abc4b2fa34fc1fa"
|
|
}
|
|
},
|
|
"bin": "IEDriverServer.exe",
|
|
"checkver": {
|
|
"url": "https://selenium.dev/downloads/",
|
|
"regex": "IEDriverServer_x64_([\\d.]+)\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/IEDriverServer_x64_$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/IEDriverServer_Win32_$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|