chromedriver: Update to version 117.0.5938.92

This commit is contained in:
github-actions[bot] 2023-09-21 20:25:22 +00:00
parent 9debc9afb7
commit 15fa433ae9

View File

@ -1,17 +1,17 @@
{ {
"version": "117.0.5938.88", "version": "117.0.5938.92",
"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/117.0.5938.88/win64/chromedriver-win64.zip", "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.92/win64/chromedriver-win64.zip",
"hash": "a3f9829c22f270e0817a07f9bc2f77efd338d91af8056e517da15b6687c9391a", "hash": "a960b0bf147ec2a2927e725a693a55e36a891dcac1092d21d4f82d3c797d62f8",
"extract_dir": "chromedriver-win64" "extract_dir": "chromedriver-win64"
}, },
"32bit": { "32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.88/win32/chromedriver-win32.zip", "url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.92/win32/chromedriver-win32.zip",
"hash": "a5e7b2da0ec5c997e2ae305bacacd9ddc4289404a6dd86d631e3ac2bbae2f09d", "hash": "adefc0018eeada5757aa74cee06090c48399edab79deca3102106cf6a296f104",
"extract_dir": "chromedriver-win32" "extract_dir": "chromedriver-win32"
} }
}, },