chromedriver: Update to version 87.0.4280.20

This commit is contained in:
Richard Kuhnt 2020-11-17 18:01:47 +00:00
parent 116d61e70b
commit 7fa8a4bf8b

View File

@ -1,10 +1,10 @@
{ {
"version": "86.0.4240.22", "version": "87.0.4280.20",
"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",
"url": "https://chromedriver.storage.googleapis.com/86.0.4240.22/chromedriver_win32.zip", "url": "https://chromedriver.storage.googleapis.com/87.0.4280.20/chromedriver_win32.zip",
"hash": "md5:bfbb2a4b657284571b390002086b5eb3", "hash": "md5:35eb15e3d43cc475ebd66b1af2ff0d57",
"bin": "chromedriver.exe", "bin": "chromedriver.exe",
"checkver": "stable.*?([\\d.]+)<", "checkver": "stable.*?([\\d.]+)<",
"autoupdate": { "autoupdate": {