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

Commit

Permalink
feat(webdriver): bump chromedriver to 2.14
Browse files Browse the repository at this point in the history
Chromedriver 2.14 contains support for accessing elements inside the
shadow DOM.
  • Loading branch information
juliemr committed Feb 15, 2015
1 parent ccb165d commit 2658865
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.44.0",
"chromedriver": "2.13",
"chromedriver": "2.14",
"iedriver": "2.44.0"
}
}

0 comments on commit 2658865

Please sign in to comment.