ie11webdriver: Update to version 4.0.0 (#3422)

This commit is contained in:
tech189 2022-03-23 02:42:28 +00:00 committed by GitHub
parent e14bf376bc
commit 8e531fbe1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"version": "3.150.2", "version": "4.0.0",
"description": "Selenium WebDriver for Internet Explorer 11", "description": "Selenium WebDriver for Internet Explorer 11",
"homepage": "https://selenium.dev", "homepage": "https://selenium.dev",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://selenium-release.storage.googleapis.com/3.150/IEDriverServer_x64_.3.150.2.zip", "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.0.0/IEDriverServer_x64_4.0.0.zip",
"hash": "07eea376804fa059c6be5798ce08c0e9d52a20c039cb6dd5608b07c8df443d0a" "hash": "5f98213638c84b268b23650a94aa8702dfaaa328fbf89171c2e33afccdd3436a"
}, },
"32bit": { "32bit": {
"url": "https://selenium-release.storage.googleapis.com/3.150/IEDriverServer_Win32_.3.150.2.zip", "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.0.0/IEDriverServer_Win32_4.0.0.zip",
"hash": "0d8953f6a9d65f1f29e66b6e1329817a49f5695fde34c6e22f2b6c0d86315b7d" "hash": "1e5769b2f60435b69c79b33cd234f64d0e47f7c8974925bd1cdda32ea41f2f47"
} }
}, },
"bin": "IEDriverServer.exe", "bin": "IEDriverServer.exe",
@ -21,10 +21,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/IEDriverServer_x64_.$version.zip" "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/IEDriverServer_x64_$version.zip"
}, },
"32bit": { "32bit": {
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/IEDriverServer_Win32_.$version.zip" "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/IEDriverServer_Win32_$version.zip"
} }
} }
} }