diff --git a/browsers.json b/browsers.json index 4dd5d0f..f488241 100644 --- a/browsers.json +++ b/browsers.json @@ -4,27 +4,27 @@ "files": { "linux": { "386": { - "url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_linux32.zip", + "url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux32.zip", "filename": "chromedriver" }, "amd64": { - "url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_linux64.zip", + "url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip", "filename": "chromedriver" } }, "darwin": { "amd64": { - "url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_mac64.zip", + "url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_mac64.zip", "filename": "chromedriver" } }, "windows": { "386": { - "url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_win32.zip", + "url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_win32.zip", "filename": "chromedriver.exe" }, "amd64": { - "url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_win32.zip", + "url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_win32.zip", "filename": "chromedriver.exe" } }