{ "version": "4.0.0", "description": "Selenium WebDriver for Internet Explorer 11", "homepage": "https://selenium.dev", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.0.0/IEDriverServer_x64_4.0.0.zip", "hash": "5f98213638c84b268b23650a94aa8702dfaaa328fbf89171c2e33afccdd3436a" }, "32bit": { "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.0.0/IEDriverServer_Win32_4.0.0.zip", "hash": "1e5769b2f60435b69c79b33cd234f64d0e47f7c8974925bd1cdda32ea41f2f47" } }, "bin": "IEDriverServer.exe", "checkver": { "url": "https://selenium.dev/downloads/", "regex": "IEDriverServer_x64_([\\d.]+)\\.zip" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/IEDriverServer_x64_$version.zip" }, "32bit": { "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/IEDriverServer_Win32_$version.zip" } } } }