Skip to content

Commit 89cfff4

Browse files
committed
Use the latest selenium server jar file
1 parent f10cf97 commit 89cfff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/utilities/selenium_grid/download_selenium_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from urllib.request import urlopen
99

1010
SELENIUM_JAR = ("http://selenium-release.storage.googleapis.com"
11-
"/3.14/selenium-server-standalone-3.14.0.jar")
12-
JAR_FILE = "selenium-server-standalone-3.14.0.jar"
11+
"/3.141/selenium-server-standalone-3.141.59.jar")
12+
JAR_FILE = "selenium-server-standalone-3.141.59.jar"
1313
RENAMED_JAR_FILE = "selenium-server-standalone.jar"
1414

1515
dir_path = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)