Skip to content

Commit 9f6a1c4

Browse files
committed
Use the same GeckoDriver version for all operating systems
1 parent d1ee47c commit 9f6a1c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ def main(override=None):
194194
print('# %s: >>> %s' % (run_this, install_sb))
195195
elif name == "geckodriver" or name == "firefoxdriver":
196196
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"
199197
found_geckodriver = False
200198
if num_args == 4 or num_args == 5:
201199
if "-p" not in sys.argv[3].lower():

0 commit comments

Comments
 (0)