ScoopInstaller_Main/ie11webdriver.json
2018-06-25 21:00:38 +00:00

30 lines
1.1 KiB
JSON

{
"version": "3.13.0",
"homepage": "http://www.seleniumhq.org/",
"bin": "IEDriverServer.exe",
"architecture": {
"64bit": {
"url": "https://selenium-release.storage.googleapis.com/3.13/IEDriverServer_x64_3.13.0.zip",
"hash": "4b4d2388fb16bc5ad32d674772e89ed3bc94d729c8431d4de019faf2060b96f6"
},
"32bit": {
"url": "https://selenium-release.storage.googleapis.com/3.13/IEDriverServer_Win32_3.13.0.zip",
"hash": "3b7a48679a39a0969063f521568d3477c54a1a4e77e43bad15b52e8c5d07cc86"
}
},
"checkver": {
"url": "http://www.seleniumhq.org/download/",
"re": "Download version ([\\d.]+).*[^<]+32 bit Windows IE"
},
"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"
}
}
}
}