Skip to content

Commit

Permalink
chore(chromedriver): update chromedriver version to 2.24 (#92)
Browse files Browse the repository at this point in the history
Chromedriver < 2.24 has issues with Chrome 54+ (https://bugs.chromium.org/p/chromedriver/issues/detail?id=1451).
  • Loading branch information
scottohara authored and cnishina committed Sep 12, 2016
1 parent 61af7be commit 5241fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"webdriverVersions": {
"selenium": "2.53.1",
"chromedriver": "2.23",
"chromedriver": "2.24",
"geckodriver": "v0.9.0",
"iedriver": "2.53.1",
"androidsdk": "24.4.1",
Expand Down

0 comments on commit 5241fc1

Please sign in to comment.