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 c0e3dc4 commit 6481da2Copy full SHA for 6481da2
seleniumbase/console_scripts/run.py
@@ -189,7 +189,7 @@ def main():
189
show_basic_usage()
190
show_mkdir_usage()
191
elif command == "download":
192
- if len(command_args) >= 1:
+ if len(command_args) >= 1 and command_args[0].lower() == "server":
193
download_selenium_server.main(force_download=True)
194
else:
195
0 commit comments