Skip to content

Commit

Permalink
Updated browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jan 14, 2022
1 parent a5c1d82 commit c24bbc6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down Expand Up @@ -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"
}
}
Expand All @@ -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"
}
}
Expand Down

0 comments on commit c24bbc6

Please sign in to comment.