From dc84521e98bb32c88d13117d7ebef4359f5e5990 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 20:23:14 +0000 Subject: [PATCH] ie11webdriver: Update to version 4.14.0 --- bucket/ie11webdriver.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ie11webdriver.json b/bucket/ie11webdriver.json index 3868408286..dc57ee1df0 100644 --- a/bucket/ie11webdriver.json +++ b/bucket/ie11webdriver.json @@ -1,16 +1,16 @@ { - "version": "4.11.0", + "version": "4.14.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.11.0/IEDriverServer_x64_4.11.0.zip", - "hash": "f53f20659d5f3275b7679655b86054742c4959bd7c13b74b7d0ab22b8ff9064c" + "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.14.0/IEDriverServer_x64_4.14.0.zip", + "hash": "24ddc5f6b081de05d65367020a6e89bc98146fb19b2abc8fafcde4d3dc3fc31c" }, "32bit": { - "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.11.0/IEDriverServer_Win32_4.11.0.zip", - "hash": "2fbaa08b4fa43180a1fefdd5e781ca1f734b65bc3377e6c4d934abc76559758d" + "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.14.0/IEDriverServer_Win32_4.14.0.zip", + "hash": "542547970163c91080b6908cd223840743a4ac18f8197a44ea41be7cf1d41e48" } }, "bin": "IEDriverServer.exe",