ChromeDriver: Update 76.0.3809.68 (#284)

This commit is contained in:
Mark Michaelis 2019-08-01 10:53:15 +02:00 committed by Hsiao-nan Cheung
parent e371a5438b
commit 5f4dd8ed55

View File

@ -1,14 +1,14 @@
{
"version": "75.0.3770.140",
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
"version": "76.0.3809.68",
"homepage": "https://chromedriver.chromium.org/",
"description": "An open source tool for automated testing of webapps across many browsers",
"license": "BSD-3-Clause",
"url": "https://chromedriver.storage.googleapis.com/75.0.3770.140/chromedriver_win32.zip",
"hash": "30ba4f2a724b1a3f34ce4d4e53150d6155c21edd5d91b0f4bc40eea44a6d711b",
"url": "https://chromedriver.storage.googleapis.com/76.0.3809.68/chromedriver_win32.zip",
"hash": "a27d56f663326a6c742ae647f931224b70c84ba74b3f3a4b9e35628892cc7b1a",
"bin": "chromedriver.exe",
"checkver": {
"url": "https://sites.google.com/a/chromium.org/chromedriver/",
"regex": "Latest stable release:\\s*<a[^>]+>ChromeDriver\\s*([\\d.]+)<"
"url": "https://chromedriver.chromium.org/",
"regex": "Latest stable release:\\s*<a[^>]+>ChromeDriver[^\\d]*([\\d.]+)<"
},
"autoupdate": {
"url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip"