From c87a7103e8a9871b7acc2c20c734c28c150d380f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:26:01 +0000 Subject: [PATCH] chromedriver: Update to version 126.0.6478.62 --- bucket/chromedriver.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chromedriver.json b/bucket/chromedriver.json index 78f7a87e4d..57fb7e7fed 100644 --- a/bucket/chromedriver.json +++ b/bucket/chromedriver.json @@ -1,17 +1,17 @@ { - "version": "126.0.6478.61", + "version": "126.0.6478.62", "description": "An open source tool for automated testing of webapps across many browsers", "homepage": "https://chromedriver.chromium.org/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61/win64/chromedriver-win64.zip", - "hash": "c8b88497389da30f9a0c5f9760153e394975e20813416ad648606e34ff783a9e", + "url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62/win64/chromedriver-win64.zip", + "hash": "cb5d55617e0c6902a96d33b1da12b6304dd286e02a93b9a01a6c66dad591ebf1", "extract_dir": "chromedriver-win64" }, "32bit": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61/win32/chromedriver-win32.zip", - "hash": "29c83b395447881529500f199e78fe22ef06db36aef5ce51a0ea3cb234734b39", + "url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.62/win32/chromedriver-win32.zip", + "hash": "c890e113aab901a1bcd11c4f328f8b582e6f8375d0aa9295817e086893d68f25", "extract_dir": "chromedriver-win32" } },