ScoopInstaller_Main/bucket/ie11webdriver.json
2021-09-11 11:34:48 -07:00

32 lines
1.2 KiB
JSON

{
"version": "3.150.2",
"description": "Selenium WebDriver for Internet Explorer 11",
"homepage": "https://selenium.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://selenium-release.storage.googleapis.com/3.150/IEDriverServer_x64_.3.150.2.zip",
"hash": "07eea376804fa059c6be5798ce08c0e9d52a20c039cb6dd5608b07c8df443d0a"
},
"32bit": {
"url": "https://selenium-release.storage.googleapis.com/3.150/IEDriverServer_Win32_.3.150.2.zip",
"hash": "0d8953f6a9d65f1f29e66b6e1329817a49f5695fde34c6e22f2b6c0d86315b7d"
}
},
"bin": "IEDriverServer.exe",
"checkver": {
"url": "https://selenium.dev/downloads/",
"regex": "IEDriverServer_x64_([\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/IEDriverServer_x64_.$version.zip"
},
"32bit": {
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/IEDriverServer_Win32_.$version.zip"
}
}
}
}