ScoopInstaller_Main/bucket/ie11webdriver.json
2022-07-15 12:33:15 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.3.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.3.0/IEDriverServer_x64_4.3.0.zip",
"hash": "43e81aae9376d7e7fa6005c5d77f491b9bdf98bdb3d04646cc14d656734a9b5c"
},
"32bit": {
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/IEDriverServer_Win32_4.3.0.zip",
"hash": "7bdb45ee43b52dbd85c213a593d7ae3095990aeb6e4a539f7d42a5eb744594b6"
}
},
"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"
}
}
}
}