ScoopInstaller_Main/bucket/ie11webdriver.json
2022-12-02 20:25:42 +00:00

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"
}
}
}
}