From 3f66c4721266a14a0ebf5118aeb611d8022880ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 00:34:18 +0000 Subject: [PATCH] chromedriver: Update to version 124.0.6367.201 --- bucket/chromedriver.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chromedriver.json b/bucket/chromedriver.json index 75d52b2e0e..da4096fbb1 100644 --- a/bucket/chromedriver.json +++ b/bucket/chromedriver.json @@ -1,17 +1,17 @@ { - "version": "124.0.6367.155", + "version": "124.0.6367.201", "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/124.0.6367.155/win64/chromedriver-win64.zip", - "hash": "9fec357af29c705a1b0154793c3362cdc38c9f6639a5c6bf3e9dbfecf31d6fa9", + "url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.201/win64/chromedriver-win64.zip", + "hash": "58bda10773e0bdadd51ed12a690de336d4295475c2f29a0515be1d723b361d75", "extract_dir": "chromedriver-win64" }, "32bit": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.155/win32/chromedriver-win32.zip", - "hash": "27ec0e4960fb7aaa66752982789cea834b4764400057d58ab6c035d1a0f550c6", + "url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.201/win32/chromedriver-win32.zip", + "hash": "61265c8ba65253dc1eb922776f3de7123389f169a91e092d7826358e491d7aca", "extract_dir": "chromedriver-win32" } },