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

Commit 1159612

Browse files
committed
fix(webdriver): bump selenium to 2.45.0
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
1 parent fea8f2e commit 1159612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"webdriverVersions": {
3-
"selenium": "2.44.0",
3+
"selenium": "2.45.0",
44
"chromedriver": "2.14",
5-
"iedriver": "2.44.0"
5+
"iedriver": "2.45.0"
66
}
77
}

0 commit comments

Comments
 (0)