chromedriver: Update to version 115.0.5790.170

This commit is contained in:
github-actions[bot] 2023-08-02 20:24:23 +00:00
parent 33243164ab
commit 83ab88a3ad

View File

@ -1,17 +1,17 @@
{ {
"version": "115.0.5790.102", "version": "115.0.5790.170",
"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://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/115.0.5790.102/win64/chromedriver-win64.zip", "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/115.0.5790.170/win64/chromedriver-win64.zip",
"hash": "d06fb14013662ad3a51894028d9c703e64a0fe9682c655d22991cd7f9077c5bd", "hash": "801828f7ff28987d83a204d79b206c07f89d9d3847aa935c9a7151bf0a687dc0",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/115.0.5790.102/win32/chromedriver-win32.zip", "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/115.0.5790.170/win32/chromedriver-win32.zip",
"hash": "a9220e3037e8f5581054df86b5160ff52d6075c3d23f0645140e526662daf437", "hash": "d97154f829a1a3877bf06a8d455262cdc199e29d01bcee1f7508cff5660a11b6",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },