chromedriver: Update to version 137.0.7151.70

This commit is contained in:
github-actions[bot] 2025-06-10 20:29:54 +00:00
parent fbcc67d358
commit d80292f04e

View File

@ -1,17 +1,17 @@
{ {
"version": "137.0.7151.68", "version": "137.0.7151.70",
"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/137.0.7151.68/win64/chromedriver-win64.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.70/win64/chromedriver-win64.zip",
"hash": "1e1be39e6b02163d0b7886419ceffb158d01bd0a09a418852fb76b433c2ee265", "hash": "f82df02ce2a19178836c4ab1c55e5070e7a9835dd356d74117a22b2d32eddffa",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.68/win32/chromedriver-win32.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.70/win32/chromedriver-win32.zip",
"hash": "bbcd97e5b6a5cb6bb8e13ebe211cb2e1c2baea9b5e80b19b474b3ea763d75cad", "hash": "1f6bff5c21092e3dd805561a22f271d9920b2977469fea0df3d4f5e43f4ff728",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },