chromedriver: Update to version 142.0.7444.59

This commit is contained in:
github-actions[bot] 2025-10-29 00:40:27 +00:00
parent 3d65a7059e
commit 8787086b2d

View File

@ -1,17 +1,17 @@
{ {
"version": "141.0.7390.122", "version": "142.0.7444.59",
"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/141.0.7390.122/win64/chromedriver-win64.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.59/win64/chromedriver-win64.zip",
"hash": "e6534e7d7aedd787bc4704e2fd29581bb72c4e9f33f08ae3dc12740162b6957d", "hash": "f882118d603880e64e250114996abda089a47f0acc456cc85325c939cb3071b7",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.122/win32/chromedriver-win32.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.59/win32/chromedriver-win32.zip",
"hash": "9e127b41e167a5ba6dcba8eb94c3ce2cbba95b24d59da696db922681cd3cda09", "hash": "2dc4df9329796ade9e3661b2c30a3f4366384df80478687e1dec3440b2037be1",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },