chromedriver: Update to version 124.0.6367.155

This commit is contained in:
github-actions[bot] 2024-05-07 20:24:03 +00:00
parent 83dd3db06a
commit 87aacc68e8

View File

@ -1,17 +1,17 @@
{
"version": "124.0.6367.91",
"version": "124.0.6367.155",
"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.91/win64/chromedriver-win64.zip",
"hash": "0a144d8ffdf888212c1b64c37cc6413d5a4d3c5f577bf2d4c91710c242861c2a",
"url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.155/win64/chromedriver-win64.zip",
"hash": "9fec357af29c705a1b0154793c3362cdc38c9f6639a5c6bf3e9dbfecf31d6fa9",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.91/win32/chromedriver-win32.zip",
"hash": "8b4d630a743ba70c6d21662d907d4d6144e70c5075e3465dd6b7cfbdb3da808e",
"url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.155/win32/chromedriver-win32.zip",
"hash": "27ec0e4960fb7aaa66752982789cea834b4764400057d58ab6c035d1a0f550c6",
"extract_dir": "chromedriver-win32"
}
},