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 6e6ab84 commit 6dfda95Copy full SHA for 6dfda95
seleniumbase/console_scripts/run.py
@@ -474,7 +474,7 @@ def show_options():
474
print(' n: Next line of method. s: Step through. c: Continue.)')
475
print('--pdb (Enter Debug Mode if a test fails. h: Help. c: Continue.')
476
print(' where: Stacktrace location. u: Up stack. d: Down stack.')
477
- print(' longlist: Stack code. dir(): List objects in namespace.)')
+ print(' longlist / ll: See code. dir(): List namespace objects.)')
478
print('-x (Stop running the tests after the first failure is reached.)')
479
print('--archive-logs (Archive old log files instead of deleting them.)')
480
print('--save-screenshot (Save a screenshot at the end of each test.)')
0 commit comments