chromedriver: Update to version 124.0.6367.78

This commit is contained in:
github-actions[bot] 2024-04-24 00:34:03 +00:00
parent 6352003070
commit 0c7a9af7d7

View File

@ -1,17 +1,17 @@
{
"version": "124.0.6367.60",
"version": "124.0.6367.78",
"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.60/win64/chromedriver-win64.zip",
"hash": "ccca172dba87977227d427b638f24fbd7cb6b9aa844021a2a7df5d43894c0535",
"url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.78/win64/chromedriver-win64.zip",
"hash": "2021288f0aaeb988fbd73b5d0e1734ccac5799fd42fd37e50763a1387327fb54",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.60/win32/chromedriver-win32.zip",
"hash": "c118c29c461277450bd9eb5ceac0bc180af1071278cfb35ac16e21c8cab72fa2",
"url": "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.78/win32/chromedriver-win32.zip",
"hash": "5d711a552234c31ff3fb1f2cfaa70e10d719ea68e79865f577ccca205871e3ba",
"extract_dir": "chromedriver-win32"
}
},