chromedriver: Update to version 127.0.6533.99

This commit is contained in:
github-actions[bot] 2024-08-06 20:26:06 +00:00
parent 1eb9968940
commit a04052fd65

View File

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