chromedriver: Update to version 130.0.6723.69

This commit is contained in:
github-actions[bot] 2024-10-23 00:35:12 +00:00
parent 5d7ab78a6e
commit 7a494bbcf1

View File

@ -1,17 +1,17 @@
{ {
"version": "130.0.6723.58", "version": "130.0.6723.69",
"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/130.0.6723.58/win64/chromedriver-win64.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.69/win64/chromedriver-win64.zip",
"hash": "470cf62db245e4418e6eddf89c4b76af035016f3a1452f80d6f80d88f954df96", "hash": "82456ce80b6a583542ca5d6a287f5ac983577c4e7bfc1e21778eb8761afafade",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.58/win32/chromedriver-win32.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/130.0.6723.69/win32/chromedriver-win32.zip",
"hash": "14796d55df1432287224d58cf81a447fd7dea36b83e2df613f57356598f22f9a", "hash": "cfad06ec30d4b67f2f3cb184c0a8cda0cda8560ade738fe8a988cb9367073075",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },