From 66988d5fdc25d8d3fe34374be13b7b1651302ba0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 20 Nov 2018 07:00:34 +0000 Subject: [PATCH] chromedriver: Update to version 2.44 --- chromedriver.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chromedriver.json b/chromedriver.json index c4f93ddc49..70826c76b2 100644 --- a/chromedriver.json +++ b/chromedriver.json @@ -1,10 +1,10 @@ { - "version": "2.43", + "version": "2.44", "homepage": "https://sites.google.com/a/chromium.org/chromedriver/", "description": "An open source tool for automated testing of webapps across many browsers", "license": "BSD-3-Clause", - "url": "https://chromedriver.storage.googleapis.com/2.43/chromedriver_win32.zip", - "hash": "a262414d3d46b1d31bd77d33fe8b2addc62a4bcca403e6affd3ac40c75ee784d", + "url": "https://chromedriver.storage.googleapis.com/2.44/chromedriver_win32.zip", + "hash": "5d2d2ddb2ed3730672484160c822b75b41c4e77f9cadb5111530699d561c548c", "bin": "chromedriver.exe", "checkver": { "url": "https://chromedriver.storage.googleapis.com/LATEST_RELEASE",