chromedriver: Update to version 124.0.6367.201

This commit is contained in:
github-actions[bot] 2024-05-10 00:34:18 +00:00
parent 1943fb752a
commit 3f66c47212

View File

@ -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", "description": "An open source tool for automated testing of webapps across many browsers",
"homepage": "https://chromedriver.chromium.org/", "homepage": "https://chromedriver.chromium.org/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.155/win64/chromedriver-win64.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.201/win64/chromedriver-win64.zip",
"hash": "9fec357af29c705a1b0154793c3362cdc38c9f6639a5c6bf3e9dbfecf31d6fa9", "hash": "58bda10773e0bdadd51ed12a690de336d4295475c2f29a0515be1d723b361d75",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.155/win32/chromedriver-win32.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.201/win32/chromedriver-win32.zip",
"hash": "27ec0e4960fb7aaa66752982789cea834b4764400057d58ab6c035d1a0f550c6", "hash": "61265c8ba65253dc1eb922776f3de7123389f169a91e092d7826358e491d7aca",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },