chromedriver: Update to version 138.0.7204.92

This commit is contained in:
github-actions[bot] 2025-07-01 00:46:19 +00:00
parent 59a5d13a0a
commit b9021f3d9a

View File

@ -1,17 +1,17 @@
{
"version": "138.0.7204.49",
"version": "138.0.7204.92",
"description": "An open source tool for automated testing of webapps across many browsers",
"homepage": "https://chromedriver.chromium.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.49/win64/chromedriver-win64.zip",
"hash": "d5c53f5dc68bb517efd64c991a5219355f6af5245882f253869cafabffe45541",
"url": "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92/win64/chromedriver-win64.zip",
"hash": "8c2c48579cb35f69edf09843a38014d713650ac8c20a2573feff8219b9a9ff8d",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.49/win32/chromedriver-win32.zip",
"hash": "9dcbc8be693925105845608ee3ba4b27ede4256c7637c56cd3536ab324da6706",
"url": "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92/win32/chromedriver-win32.zip",
"hash": "2392821c6c9085f2f44370a92eea3193e56a3ccf8777b9890e9d71eb3842ecd5",
"extract_dir": "chromedriver-win32"
}
},