We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372f242 commit b1bf2c1Copy full SHA for b1bf2c1
1 file changed
run_tests.sh
@@ -44,7 +44,7 @@ fi
44
#------------------- Run Selenium -------------------#
45
#----------------------------------------------------#
46
if [ ! -f selenium.jar ]; then
47
- curl http://selenium.googlecode.com/files/selenium-server-standalone-2.33.0.jar > selenium.jar
+ curl http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar > selenium.jar
48
fi
49
java -jar selenium.jar > selenium.log &
50
sleep 4
0 commit comments