Skip to content

Commit 1dd9c70

Browse files
committed
Add the "--recorder" option to the output of "sbase options"
1 parent b8000bb commit 1dd9c70

File tree

1 file changed

+2
-1
lines changed
  • seleniumbase/console_scripts

1 file changed

+2
-1
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,9 +635,10 @@ def show_options():
635635
op += " | return / r: Run until method returns. j: Jump to line. |\n"
636636
op += " | where / w: Show stack spot. u: Up stack. d: Down stack. |\n"
637637
op += " | longlist / ll: See code. dir(): List namespace objects. |\n"
638+
op += "--recorder (Record browser actions to generate test scripts.)\n"
639+
op += "--save-screenshot (Save a screenshot at the end of each test.)\n"
638640
op += "-x (Stop running the tests after the first failure is reached.)\n"
639641
op += "--archive-logs (Archive old log files instead of deleting them.)\n"
640-
op += "--save-screenshot (Save a screenshot at the end of each test.)\n"
641642
op += "--check-js (Check for JavaScript errors after page loads.)\n"
642643
op += "--start-page=URL (The browser start page when tests begin.)\n"
643644
op += "--agent=STRING (Modify the web browser's User-Agent string.)\n"

0 commit comments

Comments
 (0)