chromedriver: Update to version 129.0.6668.58

This commit is contained in:
github-actions[bot] 2024-09-17 20:27:52 +00:00
parent 8115e40199
commit b7d69c9f01

View File

@ -1,17 +1,17 @@
{
"version": "128.0.6613.137",
"version": "129.0.6668.58",
"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/128.0.6613.137/win64/chromedriver-win64.zip",
"hash": "c383fefbf5d50b4d6283cf0a06b758163645c1293c9c1209bdc3ae07aa102dde",
"url": "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.58/win64/chromedriver-win64.zip",
"hash": "58229016073fee14f4c3954a040bab21376eb3e9e913b0d649622889fb5a4d95",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.137/win32/chromedriver-win32.zip",
"hash": "cfa594c25ecc69cdaf96e49efc456f0ee1de99845dc0ddd26e32c461e73887a8",
"url": "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.58/win32/chromedriver-win32.zip",
"hash": "e8c83c55dfb1d262c1b622ed9fe305fdb1f519a5721d61b05a32930a083cd40a",
"extract_dir": "chromedriver-win32"
}
},