chromedriver: Update to version 124.0.6367.207

This commit is contained in:
github-actions[bot] 2024-05-14 00:33:39 +00:00
parent cafff53d4f
commit 42703e5129

View File

@ -1,17 +1,17 @@
{ {
"version": "124.0.6367.201", "version": "124.0.6367.207",
"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.201/win64/chromedriver-win64.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.207/win64/chromedriver-win64.zip",
"hash": "58bda10773e0bdadd51ed12a690de336d4295475c2f29a0515be1d723b361d75", "hash": "d529ac4eb3544c6bf482a7bcb2debce2481302c01609a45f237eff3fbc964300",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.201/win32/chromedriver-win32.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.207/win32/chromedriver-win32.zip",
"hash": "61265c8ba65253dc1eb922776f3de7123389f169a91e092d7826358e491d7aca", "hash": "4dfc9ea2dfdf25581cad4a787fc878c74044260114752758eca48d84c83aab5d",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },