chromedriver: Update to version 128.0.6613.84

This commit is contained in:
github-actions[bot] 2024-08-21 20:27:41 +00:00
parent 1928ffdf9d
commit 46f47246fb

View File

@ -1,17 +1,17 @@
{ {
"version": "127.0.6533.119", "version": "128.0.6613.84",
"description": "An open source tool for automated testing of webapps across many browsers", "description": "An open source tool for automated testing of webapps across many browsers",
"homepage": "https://chromedriver.chromium.org/", "homepage": "https://chromedriver.chromium.org/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.119/win64/chromedriver-win64.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.84/win64/chromedriver-win64.zip",
"hash": "e8c01d662d356d242a44730a38f2fd55ff6ab664f3e5755753f6fd72fd070644", "hash": "400e58f4e04e5330509385dc66a82a81cf8cdd45ef99946437c7c6913966b771",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.119/win32/chromedriver-win32.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.84/win32/chromedriver-win32.zip",
"hash": "5675a3f31fe6a2ea9a857738f869e2e6d0fa8c440efe453bba5d021a97407d7a", "hash": "f106328990e48ba803221e12fe1d1cad830f148daa8b0ddff93de5f36fbc3715",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },