Skip to content

Commit

Permalink
Merge pull request #3 from igorsantos07/patch-2
Browse files Browse the repository at this point in the history
Bumping up Selenium and Chrome driver versions
  • Loading branch information
edmondscommerce committed Jul 17, 2015
2 parents 79b9f9b + 0d0eb59 commit 5801e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/selenium-run.bash
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#set -x

MAJOR_VERSION=2.44
MAJOR_VERSION=2.46
VERSION=${MAJOR_VERSION}.0
JAR_FILE=selenium-server-standalone-${VERSION}.jar

CHROMEDRIVER_VERSION=2.14
CHROMEDRIVER_VERSION=2.16
CHROMEDRIVER_FILE=chromedriver-${CHROMEDRIVER_VERSION}

SOURCE="${BASH_SOURCE[0]}"
Expand Down

0 comments on commit 5801e4e

Please sign in to comment.