ScoopInstaller_Main/bucket/ie11webdriver.json
2022-05-27 20:28:22 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.2.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.2.0/IEDriverServer_x64_4.2.0.zip",
"hash": "d2aed45da234be3a272b1c24a9baf6d85645e200e3e2b681e8ae81ea4088ba3a"
},
"32bit": {
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.2.0/IEDriverServer_Win32_4.2.0.zip",
"hash": "ba7892736536d471e9803b0b1126de01acefdec111e962c76188a8c69142ce89"
}
},
"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"
}
}
}
}