Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #68 from vania-pooh/master
Browse files Browse the repository at this point in the history
Update driver versions
  • Loading branch information
vania-pooh authored Aug 3, 2017
2 parents 0ff9989 + 392a5e2 commit 9edbd38
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"files": {
"linux": {
"386": {
"url": "http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux32.zip",
"url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_linux32.zip",
"filename": "chromedriver"
},
"amd64": {
"url": "http://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip",
"url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_linux64.zip",
"filename": "chromedriver"
}
},
"darwin": {
"amd64": {
"url": "http://chromedriver.storage.googleapis.com/2.30/chromedriver_mac64.zip",
"url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_mac64.zip",
"filename": "chromedriver"
}
},
"windows": {
"386": {
"url": "http://chromedriver.storage.googleapis.com/2.30/chromedriver_win32.zip",
"url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_win32.zip",
"filename": "chromedriver.exe"
},
"amd64": {
"url": "http://chromedriver.storage.googleapis.com/2.30/chromedriver_win32.zip",
"url": "http://chromedriver.storage.googleapis.com/2.31/chromedriver_win32.zip",
"filename": "chromedriver.exe"
}
}
Expand Down Expand Up @@ -63,28 +63,24 @@
"command": "%s --whitelisted-ips='' --verbose",
"files": {
"linux": {
"386": {
"url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.2.27/operadriver_linux32.zip",
"filename": "operadriver_linux32/operadriver"
},
"amd64": {
"url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.2.27/operadriver_linux64.zip",
"url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.2.29/operadriver_linux64.zip",
"filename": "operadriver_linux64/operadriver"
}
},
"darwin": {
"amd64": {
"url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.2.27/operadriver_mac64.zip",
"url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.2.29/operadriver_mac64.zip",
"filename": "operadriver_mac64/operadriver"
}
},
"windows": {
"386": {
"url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.2.27/operadriver_win32.zip",
"url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.2.29/operadriver_win32.zip",
"filename": "operadriver_win32/operadriver.exe"
},
"amd64": {
"url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.2.27/operadriver_win64.zip",
"url": "https://github.com/operasoftware/operachromiumdriver/releases/download/v.2.29/operadriver_win64.zip",
"filename": "operadriver_win64/operadriver.exe"
}
}
Expand Down

0 comments on commit 9edbd38

Please sign in to comment.