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 a4242fa commit f15d736Copy full SHA for f15d736
seleniumbase/console_scripts/run.py
@@ -75,10 +75,11 @@ def show_basic_usage():
75
seleniumbase_logo = logo_helper.get_seleniumbase_logo()
76
print(seleniumbase_logo)
77
print("")
78
- time.sleep(0.25) # Enough time to see the logo
+ time.sleep(0.28) # Enough time to see the logo
79
show_package_location()
80
show_version_info()
81
82
+ time.sleep(0.72) # Enough time to see the version
83
sc = ""
84
sc += ' * USAGE: "seleniumbase [COMMAND] [PARAMETERS]"\n'
85
sc += ' * OR: "sbase [COMMAND] [PARAMETERS]"\n'
0 commit comments