ie11webdriver: Update to version 3.150.1 (#604)

This commit is contained in:
linsui 2019-12-04 00:57:05 +00:00 committed by Ross Smith II
parent 30a8bfbf3c
commit eeb5aa37f4

View File

@ -1,22 +1,22 @@
{ {
"version": "3.14.0", "version": "3.150.1",
"homepage": "http://www.seleniumhq.org/", "homepage": "https://selenium.dev",
"description": "Selenium WebDriver for Internet Explorer 11.", "description": "Selenium WebDriver for Internet Explorer 11",
"license": "Unknown", "license": "Apache-2.0",
"bin": "IEDriverServer.exe",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://selenium-release.storage.googleapis.com/3.14/IEDriverServer_x64_3.14.0.zip", "url": "https://selenium-release.storage.googleapis.com/3.150/IEDriverServer_x64_3.150.1.zip",
"hash": "5e94943c2d31a285217ac8793e970339c0f87e4bbbc757f55aa293643741aed3" "hash": "b4c2ae00c6536258db7aaec989f37c7900467ec5369c7352ae897017bfd51d16"
}, },
"32bit": { "32bit": {
"url": "https://selenium-release.storage.googleapis.com/3.14/IEDriverServer_Win32_3.14.0.zip", "url": "https://selenium-release.storage.googleapis.com/3.150/IEDriverServer_Win32_3.150.1.zip",
"hash": "29de31f5a3028224e5ae2df5757e112755ef8ccd0a06de8f333b129139647d70" "hash": "09263561924a5a222b39bd0a80ef3778b8bf45457e1cf91c79b6a9f65d6230aa"
} }
}, },
"bin": "IEDriverServer.exe",
"checkver": { "checkver": {
"url": "http://www.seleniumhq.org/download/", "url": "https://selenium.dev/downloads/",
"re": "Download version ([\\d.]+).*[^<]+32 bit Windows IE" "regex": "(?sm)Download version ([\\d.]+).*?32 bit Windows IE"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {