We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ca3fe commit a8b8223Copy full SHA for a8b8223
seleniumbase/console_scripts/sb_install.py
@@ -152,6 +152,8 @@ def main(override=None):
152
raise Exception("Could not find chromedriver to download!\n")
153
elif name == "geckodriver" or name == "firefoxdriver":
154
use_version = DEFAULT_GECKODRIVER_VERSION
155
+ if "win32" in sys_plat or "win64" in sys_plat or "x64" in sys_plat:
156
+ use_version = "v0.24.0"
157
found_geckodriver = False
158
if num_args == 4 or num_args == 5:
159
if "-p" not in sys.argv[3].lower():
0 commit comments