Add the "--recorder" option to the output of "sbase options"

This commit is contained in:
Michael Mintz 2021-09-26 15:04:51 -04:00
parent b8000bb750
commit 1dd9c70709
1 changed files with 2 additions and 1 deletions

View File

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