chromedriver: Update to version 122.0.6261.128

This commit is contained in:
github-actions[bot] 2024-03-13 16:46:39 +00:00
parent ce83e17cd8
commit 63720c6f03

View File

@ -1,17 +1,17 @@
{ {
"version": "121.0.6167.85", "version": "122.0.6261.128",
"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://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.85/win64/chromedriver-win64.zip", "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/122.0.6261.128/win64/chromedriver-win64.zip",
"hash": "b0cd07860aaf9f21cbe1348cf4118849ba50977461c2be4c6b0d138252769dfa", "hash": "661c0bf26bb4cdd7871de4d7f2c76efb7616e7d1244625173fffcad36f610146",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/121.0.6167.85/win32/chromedriver-win32.zip", "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/122.0.6261.128/win32/chromedriver-win32.zip",
"hash": "536ee398e04cdd6fde5c34f1a458f4db55a4aa73cbddd3bff1b8891a097e4342", "hash": "b6ee7dcca685c121a9a72715e9ff81849a3966bfb180331960ba766404600241",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },