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

Commit

Permalink
updates(selenium): update chromedriver and selenium-standalone
Browse files Browse the repository at this point in the history
Selenium-standalone update to 2.51.0. Update chromedriver to 2.21.

Chromedriver changelog: http://chromedriver.storage.googleapis.com/2.20/notes.txt
Selenium changelog: https://github.com/SeleniumHQ/selenium/blob/master/dotnet/CHANGELOG
  • Loading branch information
juliemr committed Feb 9, 2016
1 parent b1e719c commit f699718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"webdriverVersions": {
"selenium": "2.48.2",
"chromedriver": "2.20",
"iedriver": "2.48.0"
"selenium": "2.51.0",
"chromedriver": "2.21",
"iedriver": "2.51.0"
}
}

0 comments on commit f699718

Please sign in to comment.