chromedriver: Update to version 142.0.7444.162

This commit is contained in:
github-actions[bot] 2025-11-11 20:29:15 +00:00
parent 81e81efd49
commit d4be7dc67a

View File

@ -1,17 +1,17 @@
{ {
"version": "142.0.7444.61", "version": "142.0.7444.162",
"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/142.0.7444.61/win64/chromedriver-win64.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.162/win64/chromedriver-win64.zip",
"hash": "c136c38ec9b60de2a367e493dc86f41ac247f891d060f7d48f058138640702fd", "hash": "2aae351e89d9887ea60d9f6f3333dea6e761b15092ad31466a37860065c29d28",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.61/win32/chromedriver-win32.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.162/win32/chromedriver-win32.zip",
"hash": "f54adf4b5ce3d2d8e83d7f0fcc84d045bb088d07f86846ed8747a79f26b2d705", "hash": "519ed81ef6ac058189be48cbfa01cd8e3f16d302e794f1c58c561fafee9471dc",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },