chromedriver: Update to version 138.0.7204.94

This commit is contained in:
github-actions[bot] 2025-07-08 20:29:39 +00:00
parent 5c20f645da
commit 8981665869

View File

@ -1,17 +1,17 @@
{
"version": "138.0.7204.92",
"version": "138.0.7204.94",
"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.92/win64/chromedriver-win64.zip",
"hash": "8c2c48579cb35f69edf09843a38014d713650ac8c20a2573feff8219b9a9ff8d",
"url": "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.94/win64/chromedriver-win64.zip",
"hash": "0084800e3486fe632d7bf67b3937936846a881a65792882eafd406aa32498a78",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92/win32/chromedriver-win32.zip",
"hash": "2392821c6c9085f2f44370a92eea3193e56a3ccf8777b9890e9d71eb3842ecd5",
"url": "https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.94/win32/chromedriver-win32.zip",
"hash": "7510cc95c048bc602f084f7dcdae3546245d0ff62592807058b63d03be761e34",
"extract_dir": "chromedriver-win32"
}
},