Skip to content

Commit 0d0eb59

Browse files
committed
Bumping up Selenium and Chrome driver versions
1 parent 79b9f9b commit 0d0eb59

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.44
4+
MAJOR_VERSION=2.46
55
VERSION=${MAJOR_VERSION}.0
66
JAR_FILE=selenium-server-standalone-${VERSION}.jar
77

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

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

0 commit comments

Comments
 (0)