chromedriver: Update to version 93.0.4577.63

This commit is contained in:
Richard Kuhnt 2021-09-09 10:00:42 +00:00
parent 784dd795cb
commit 3ddf50a1ea

View File

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