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():
131131 download_url = ("https://download.microsoft.com/download/"
132132 "%s/%s" % (version_code , file_name ))
133133 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 "
136136 if "win32" in sys_plat :
137137 file_name = "IEDriverServer_Win32_%s.zip" % full_version
138138 elif "win64" in sys_plat or "x64" in sys_plat :
Original file line number Diff line number Diff line change 88 from urllib .request import urlopen
99
1010SELENIUM_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"
1313RENAMED_JAR_FILE = "selenium-server-standalone.jar"
1414
1515dir_path = os .path .dirname (os .path .realpath (__file__ ))
You can’t perform that action at this time.
0 commit comments