chromedriver: Update to version 127.0.6533.119

This commit is contained in:
github-actions[bot] 2024-08-13 20:26:39 +00:00
parent a46b78fc2f
commit 9f06e328df

View File

@ -1,17 +1,17 @@
{ {
"version": "127.0.6533.99", "version": "127.0.6533.119",
"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.99/win64/chromedriver-win64.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.119/win64/chromedriver-win64.zip",
"hash": "02288a9f939390b9d4d7206e55abde31dd3e13da0d8b2c41be2f7c2544f93b0e", "hash": "e8c01d662d356d242a44730a38f2fd55ff6ab664f3e5755753f6fd72fd070644",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.99/win32/chromedriver-win32.zip", "url": "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.119/win32/chromedriver-win32.zip",
"hash": "7dbd5a7f89867fa2168e87aedb2342827abeb893bc24c3d8ebcac577d1f64bd4", "hash": "5675a3f31fe6a2ea9a857738f869e2e6d0fa8c440efe453bba5d021a97407d7a",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },