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 d1ee47c commit 9f6a1c4Copy full SHA for 9f6a1c4
seleniumbase/console_scripts/sb_install.py
@@ -194,8 +194,6 @@ def main(override=None):
194
print('# %s: >>> %s' % (run_this, install_sb))
195
elif name == "geckodriver" or name == "firefoxdriver":
196
use_version = DEFAULT_GECKODRIVER_VERSION
197
- if "win32" in sys_plat or "win64" in sys_plat or "x64" in sys_plat:
198
- use_version = "v0.24.0"
199
found_geckodriver = False
200
if num_args == 4 or num_args == 5:
201
if "-p" not in sys.argv[3].lower():
0 commit comments