File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ def main():
131
131
download_url = ("https://download.microsoft.com/download/"
132
132
"%s/%s" % (version_code , file_name ))
133
133
elif name == "iedriver" :
134
- major_version = "3.11 "
135
- full_version = "3.11.1 "
134
+ major_version = "3.14 "
135
+ full_version = "3.14.0 "
136
136
if "win32" in sys_plat :
137
137
file_name = "IEDriverServer_Win32_%s.zip" % full_version
138
138
elif "win64" in sys_plat or "x64" in sys_plat :
Original file line number Diff line number Diff line change 8
8
from urllib .request import urlopen
9
9
10
10
SELENIUM_JAR = ("http://selenium-release.storage.googleapis.com"
11
- "/3.11 /selenium-server-standalone-3.11 .0.jar" )
12
- JAR_FILE = "selenium-server-standalone-3.11 .0.jar"
11
+ "/3.14 /selenium-server-standalone-3.14 .0.jar" )
12
+ JAR_FILE = "selenium-server-standalone-3.14 .0.jar"
13
13
RENAMED_JAR_FILE = "selenium-server-standalone.jar"
14
14
15
15
dir_path = os .path .dirname (os .path .realpath (__file__ ))
You can’t perform that action at this time.
0 commit comments