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

Commit

Permalink
Bump Chromedriver version to 2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Sep 7, 2017
1 parent fda8aae commit d0753d7
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 d0753d7

Please sign in to comment.