diff --git a/browsers.json b/browsers.json index 314ace6..561ae77 100644 --- a/browsers.json +++ b/browsers.json @@ -4,23 +4,23 @@ "files": { "linux": { "amd64": { - "url": "http://chromedriver.storage.googleapis.com/93.0.4577.15/chromedriver_linux64.zip", + "url": "https://chromedriver.storage.googleapis.com/97.0.4692.71/chromedriver_linux64.zip", "filename": "chromedriver" } }, "darwin": { "amd64": { - "url": "http://chromedriver.storage.googleapis.com/93.0.4577.15/chromedriver_mac64.zip", + "url": "https://chromedriver.storage.googleapis.com/97.0.4692.71/chromedriver_mac64.zip", "filename": "chromedriver" } }, "windows": { "386": { - "url": "http://chromedriver.storage.googleapis.com/93.0.4577.15/chromedriver_win32.zip", + "url": "https://chromedriver.storage.googleapis.com/97.0.4692.71/chromedriver_win32.zip", "filename": "chromedriver.exe" }, "amd64": { - "url": "http://chromedriver.storage.googleapis.com/93.0.4577.15/chromedriver_win32.zip", + "url": "https://chromedriver.storage.googleapis.com/97.0.4692.71/chromedriver_win32.zip", "filename": "chromedriver.exe" } } @@ -64,23 +64,23 @@ "files": { "linux": { "amd64": { - "url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.92.0.4515.107/operadriver_linux64.zip", + "url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.96.0.4664.45/operadriver_linux64.zip", "filename": "operadriver_linux64/operadriver" } }, "darwin": { "amd64": { - "url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.92.0.4515.107/operadriver_mac64.zip", + "url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.96.0.4664.45/operadriver_mac64.zip", "filename": "operadriver_mac64/operadriver" } }, "windows": { "386": { - "url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.92.0.4515.107/operadriver_win32.zip", + "url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.96.0.4664.45/operadriver_win32.zip", "filename": "operadriver_win32/operadriver.exe" }, "amd64": { - "url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.92.0.4515.107/operadriver_win64.zip", + "url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.96.0.4664.45/operadriver_win64.zip", "filename": "operadriver_win64/operadriver.exe" } } @@ -105,11 +105,11 @@ "files": { "windows": { "386": { - "url": "http://selenium-release.storage.googleapis.com/3.14/IEDriverServer_Win32_3.14.0.zip", + "url": "https://selenium-release.storage.googleapis.com/3.14/IEDriverServer_Win32_3.14.0.zip", "filename": "IEDriverServer.exe" }, "amd64": { - "url": "http://selenium-release.storage.googleapis.com/3.14/IEDriverServer_x64_3.14.0.zip", + "url": "https://selenium-release.storage.googleapis.com/3.14/IEDriverServer_x64_3.14.0.zip", "filename": "IEDriverServer.exe" } }