From 01b27c10efa1c61e66d93835b10901512a4835ab Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 27 Jul 2018 22:00:19 +0000 Subject: [PATCH] chromedriver: Update to version 2.41 --- chromedriver.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chromedriver.json b/chromedriver.json index a5b2701c6c..082bebc57b 100644 --- a/chromedriver.json +++ b/chromedriver.json @@ -1,10 +1,10 @@ { - "version": "2.40", + "version": "2.41", "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.40/chromedriver_win32.zip", - "hash": "035e7cac5dcf1eed73f3c9d0594fe1cd3c7b578670b4e7f2cadb5b3f6d48eaf2", + "url": "https://chromedriver.storage.googleapis.com/2.41/chromedriver_win32.zip", + "hash": "ce0675d3b33ce9ae4ddb5361c1f636c0801a3b9f02937b0096cb3232848a927e", "bin": "chromedriver.exe", "checkver": { "url": "https://chromedriver.storage.googleapis.com/LATEST_RELEASE",