Skip to content

Commit b1bf2c1

Browse files
committed
update selenium download URL in run_tests.sh
1 parent 372f242 commit b1bf2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444
#------------------- Run Selenium -------------------#
4545
#----------------------------------------------------#
4646
if [ ! -f selenium.jar ]; then
47-
curl http://selenium.googlecode.com/files/selenium-server-standalone-2.33.0.jar > selenium.jar
47+
curl http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar > selenium.jar
4848
fi
4949
java -jar selenium.jar > selenium.log &
5050
sleep 4

0 commit comments

Comments
 (0)