mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "4.8.1",
|
|
"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.8.0/IEDriverServer_x64_4.8.1.zip",
|
|
"hash": "1b3daeb86e40ed51ff48a61a6f94a2dac0dee3b2f2f29b747e38ac9a8565e780"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.8.0/IEDriverServer_Win32_4.8.1.zip",
|
|
"hash": "2ab31faebab8e5fd6e8ccbc46473f256474d859799d3c2648e2452ef96de11c7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|