ScoopInstaller_Main/bucket/ie11webdriver.json
2022-11-04 16:31:26 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.6.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.6.0/IEDriverServer_x64_4.6.0.zip",
"hash": "a685c39575d25fe5767caebaa213c6b8f3919cc2ef6870941ffddd36f8c505b3"
},
"32bit": {
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.6.0/IEDriverServer_Win32_4.6.0.zip",
"hash": "a81ae4c44018e98fb9cbdc883989a58dafcbcb821671d4f65b0f346fd81f40da"
}
},
"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"
}
}
}
}