chromedriver: Update to version 124.0.6367.91

This commit is contained in:
github-actions[bot] 2024-04-25 20:25:34 +00:00
parent 890a549554
commit 06dd0b643d

View File

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