Skip to content

Commit be2e573

Browse files
author
Kenneth Bradley-White
committed
Updated Selenium to 2.53 and Chrome Driver to 2.21
1 parent 5801e4e commit be2e573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/selenium-run.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
#set -x
33

4-
MAJOR_VERSION=2.46
4+
MAJOR_VERSION=2.53
55
VERSION=${MAJOR_VERSION}.0
66
JAR_FILE=selenium-server-standalone-${VERSION}.jar
77

8-
CHROMEDRIVER_VERSION=2.16
8+
CHROMEDRIVER_VERSION=2.21
99
CHROMEDRIVER_FILE=chromedriver-${CHROMEDRIVER_VERSION}
1010

1111
SOURCE="${BASH_SOURCE[0]}"

0 commit comments

Comments
 (0)