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 #78 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump Chromedriver version to 2.32
  • Loading branch information
vania-pooh authored Sep 7, 2017
2 parents fda8aae + d0753d7 commit f4d6327
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.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"
}
}
Expand Down

0 comments on commit f4d6327

Please sign in to comment.