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 #163 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump Geckodriver version
  • Loading branch information
vania-pooh authored May 31, 2018
2 parents 3bda2c2 + 7f99ded commit 8544c2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"filename": "chromedriver"
},
"amd64": {
"url": "http://chromedriver.storage.googleapis.com/2.38/chromedriver_linux64.zip",
"url": "http://chromedriver.storage.googleapis.com/2.39/chromedriver_linux64.zip",
"filename": "chromedriver"
}
},
"darwin": {
"amd64": {
"url": "http://chromedriver.storage.googleapis.com/2.38/chromedriver_mac64.zip",
"url": "http://chromedriver.storage.googleapis.com/2.39/chromedriver_mac64.zip",
"filename": "chromedriver"
}
},
"windows": {
"386": {
"url": "http://chromedriver.storage.googleapis.com/2.38/chromedriver_win32.zip",
"url": "http://chromedriver.storage.googleapis.com/2.39/chromedriver_win32.zip",
"filename": "chromedriver.exe"
},
"amd64": {
"url": "http://chromedriver.storage.googleapis.com/2.38/chromedriver_win32.zip",
"url": "http://chromedriver.storage.googleapis.com/2.39/chromedriver_win32.zip",
"filename": "chromedriver.exe"
}
}
Expand Down

0 comments on commit 8544c2d

Please sign in to comment.