chromedriver: Update to version 134.0.6998.35

This commit is contained in:
github-actions[bot] 2025-03-05 00:37:14 +00:00
parent bc8646fe76
commit 67da237247

View File

@ -1,17 +1,17 @@
{ {
"version": "133.0.6943.141", "version": "134.0.6998.35",
"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/133.0.6943.141/win64/chromedriver-win64.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.35/win64/chromedriver-win64.zip",
"hash": "deea4e23cbd37f98a5decb72c47cee7df556448812803c2704ee8e415c60763e", "hash": "8d1962fab155bc1e55a41925c689c8932bc3efc9d42fdf63401d42fff4459d78",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6943.141/win32/chromedriver-win32.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.35/win32/chromedriver-win32.zip",
"hash": "8b43b0b3e87f7a2ae6271100ef46f61e0c10e21e53e1294fb80ba9ac0628bb46", "hash": "5baf14df4edc65046de9b34bf1f5db58c8403d2314f4609ebfe630a6154d994c",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },