chromedriver: Update to version 78.0.3904.70

This commit is contained in:
Richard Kuhnt 2019-10-22 20:01:09 +00:00
parent f506391f4e
commit 09ae59b75d

View File

@ -1,10 +1,10 @@
{ {
"version": "77.0.3865.40", "version": "78.0.3904.70",
"homepage": "https://chromedriver.chromium.org/", "homepage": "https://chromedriver.chromium.org/",
"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",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"url": "https://chromedriver.storage.googleapis.com/77.0.3865.40/chromedriver_win32.zip", "url": "https://chromedriver.storage.googleapis.com/78.0.3904.70/chromedriver_win32.zip",
"hash": "md5:7e94b11b8157e856b918f64d1b4af424", "hash": "md5:40df8860f0dfad436665d9de7aa95082",
"bin": "chromedriver.exe", "bin": "chromedriver.exe",
"checkver": "stable.*?([\\d.]+)<", "checkver": "stable.*?([\\d.]+)<",
"autoupdate": { "autoupdate": {