chromedriver: Update to version 131.0.6778.85

This commit is contained in:
github-actions[bot] 2024-11-19 20:29:27 +00:00
parent a379f331bb
commit abd3fef774

View File

@ -1,17 +1,17 @@
{
"version": "131.0.6778.69",
"version": "131.0.6778.85",
"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/131.0.6778.69/win64/chromedriver-win64.zip",
"hash": "b3709a5717e960a7f763d30be166a0f8b3734677aadc0a356c5bed3169c3c103",
"url": "https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.85/win64/chromedriver-win64.zip",
"hash": "dc16446fe34d555eb7d0c8b37c0fcb160548d36c585a8adb7558bf034aabcdb0",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.69/win32/chromedriver-win32.zip",
"hash": "7ab30bac39d4bed9375aced6e3a3e2c38b6556df10a39fa29a9314ebbbf24562",
"url": "https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.85/win32/chromedriver-win32.zip",
"hash": "3c070cd0e6c2005fc08fb6e6ce7564c6f7e8ef1306edc6d25804878638aa8bdd",
"extract_dir": "chromedriver-win32"
}
},