chromedriver: Update to version 129.0.6668.89

This commit is contained in:
github-actions[bot] 2024-10-02 00:34:31 +00:00
parent 2a14b31d02
commit 4959379339

View File

@ -1,17 +1,17 @@
{
"version": "129.0.6668.70",
"version": "129.0.6668.89",
"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/129.0.6668.70/win64/chromedriver-win64.zip",
"hash": "3d074cc6f4db05db59d38a5eb55b655b4297f38591bd0e233259762897eabdfb",
"url": "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.89/win64/chromedriver-win64.zip",
"hash": "355d94fce42f0bbdb3f1e4f19ff075f6dc90cb88ca4f655fed479c20dd86f14a",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.70/win32/chromedriver-win32.zip",
"hash": "4e99761030e259aebb5580dd81eca53ff4f8647228e83ac99949e9ff0bb3d162",
"url": "https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.89/win32/chromedriver-win32.zip",
"hash": "7d2510fdbdfc294e97df160f83075693c1745939df9bdc05b0439430b88dbef1",
"extract_dir": "chromedriver-win32"
}
},