Use the latest selenium server

This commit is contained in:
Michael Mintz 2016-05-15 15:08:34 -04:00
parent c60eaac02c
commit c6f809f52a
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ import urllib
import time
SELENIUM_JAR = ("http://selenium-release.storage.googleapis.com"
"/2.52/selenium-server-standalone-2.52.0.jar")
JAR_FILE = "selenium-server-standalone-2.52.0.jar"
"/2.53/selenium-server-standalone-2.53.0.jar")
JAR_FILE = "selenium-server-standalone-2.53.0.jar"
def download_selenium():