chromedriver: Update to version 132.0.6834.159

This commit is contained in:
github-actions[bot] 2025-01-29 00:35:53 +00:00
parent 487c3a30ca
commit 55fd243065

View File

@ -1,17 +1,17 @@
{
"version": "132.0.6834.111",
"version": "132.0.6834.159",
"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/132.0.6834.111/win64/chromedriver-win64.zip",
"hash": "b1f51f04c0db50628c0b35444306b4240a9ede9982f39adfe9c6997dcb2863df",
"url": "https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.159/win64/chromedriver-win64.zip",
"hash": "18f998efb2cc95be45fd7bf7f2ef5344de1003756d27c6be61360b187303e2e5",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.111/win32/chromedriver-win32.zip",
"hash": "567c7bbf91dec46dcd7bd0e0bdced412a09b1e9056a3c46c2581c8e5d1181100",
"url": "https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.159/win32/chromedriver-win32.zip",
"hash": "1c1beeaa57e5d024c50ffb80b2b8a61e15a491aa6ef20275b1602d546366c9a4",
"extract_dir": "chromedriver-win32"
}
},