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

Commit

Permalink
fix(webdriver): bump selenium to 2.45.0
Browse files Browse the repository at this point in the history
Bump the selenium standalone binary to 2.45.0.
Note that SL does not yet support 2.45.0 so no changes there.

See https://code.google.com/p/selenium/source/browse/java/CHANGELOG
for a full list of changes to the selenium server.

Closes #1734
  • Loading branch information
juliemr committed Feb 27, 2015
1 parent fea8f2e commit 1159612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"webdriverVersions": {
"selenium": "2.44.0",
"selenium": "2.45.0",
"chromedriver": "2.14",
"iedriver": "2.44.0"
"iedriver": "2.45.0"
}
}

0 comments on commit 1159612

Please sign in to comment.