mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
ie11webdriver: Update to version 3.150.2
This commit is contained in:
parent
3e0f7c8f75
commit
cd59bd1395
@ -1,30 +1,30 @@
|
||||
{
|
||||
"version": "3.150.1",
|
||||
"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.1.zip",
|
||||
"hash": "b4c2ae00c6536258db7aaec989f37c7900467ec5369c7352ae897017bfd51d16"
|
||||
"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.1.zip",
|
||||
"hash": "09263561924a5a222b39bd0a80ef3778b8bf45457e1cf91c79b6a9f65d6230aa"
|
||||
"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": "(?sm)Download version ([\\d.]+).*?32 bit Windows IE"
|
||||
"regex": "IEDriverServer_x64_\\.([\\d.]+)\\.zip"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/IEDriverServer_x64_$version.zip"
|
||||
"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"
|
||||
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/IEDriverServer_Win32_.$version.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user