ScoopInstaller_Main/bucket/ie11webdriver.json
2023-09-01 00:34:35 +00:00

32 lines
1.3 KiB
JSON

{
"version": "4.11.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.11.0/IEDriverServer_x64_4.11.0.zip",
"hash": "f53f20659d5f3275b7679655b86054742c4959bd7c13b74b7d0ab22b8ff9064c"
},
"32bit": {
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.11.0/IEDriverServer_Win32_4.11.0.zip",
"hash": "2fbaa08b4fa43180a1fefdd5e781ca1f734b65bc3377e6c4d934abc76559758d"
}
},
"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-$majorVersion.$minorVersion.0/IEDriverServer_x64_$version.zip"
},
"32bit": {
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$majorVersion.$minorVersion.0/IEDriverServer_Win32_$version.zip"
}
}
}
}