chromedriver: Update to version 89.0.4389.23

This commit is contained in:
Richard Kuhnt 2021-03-03 20:01:48 +00:00
parent 94e6bd5aae
commit 7ae1b4c568

View File

@ -1,10 +1,10 @@
{ {
"version": "88.0.4324.96", "version": "89.0.4389.23",
"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/88.0.4324.96/chromedriver_win32.zip", "url": "https://chromedriver.storage.googleapis.com/89.0.4389.23/chromedriver_win32.zip",
"hash": "md5:9f5e7741994b46b1acca15d779cfe7ad", "hash": "md5:0bf4bc39f34cee67f5f95afd8a24c191",
"bin": "chromedriver.exe", "bin": "chromedriver.exe",
"checkver": "stable.*?([\\d.]+)<", "checkver": "stable.*?([\\d.]+)<",
"autoupdate": { "autoupdate": {