From 6e9231de50e1bf918be76209ba72cd710b225ef0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:34:35 +0000 Subject: [PATCH] ie11webdriver: Update to version 4.11.0 --- bucket/ie11webdriver.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ie11webdriver.json b/bucket/ie11webdriver.json index 41ed064e0e..3868408286 100644 --- a/bucket/ie11webdriver.json +++ b/bucket/ie11webdriver.json @@ -1,16 +1,16 @@ { - "version": "4.10.0", + "version": "4.11.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.10.0/IEDriverServer_x64_4.10.0.zip", - "hash": "d104623cc5e92f28b57a863085bdb5cae5537773818d5c52f1b664e2e7b4efb5" + "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.11.0/IEDriverServer_x64_4.11.0.zip", + "hash": "f53f20659d5f3275b7679655b86054742c4959bd7c13b74b7d0ab22b8ff9064c" }, "32bit": { - "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.10.0/IEDriverServer_Win32_4.10.0.zip", - "hash": "d31ed7a60fcd31e0210a3f3328eb4f7198a40ca1e4c7803b3c3ddc2a5647256b" + "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.11.0/IEDriverServer_Win32_4.11.0.zip", + "hash": "2fbaa08b4fa43180a1fefdd5e781ca1f734b65bc3377e6c4d934abc76559758d" } }, "bin": "IEDriverServer.exe",