File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -635,9 +635,10 @@ def show_options():
635
635
op += " | return / r: Run until method returns. j: Jump to line. |\n "
636
636
op += " | where / w: Show stack spot. u: Up stack. d: Down stack. |\n "
637
637
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 "
638
640
op += "-x (Stop running the tests after the first failure is reached.)\n "
639
641
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 "
641
642
op += "--check-js (Check for JavaScript errors after page loads.)\n "
642
643
op += "--start-page=URL (The browser start page when tests begin.)\n "
643
644
op += "--agent=STRING (Modify the web browser's User-Agent string.)\n "
You can’t perform that action at this time.
0 commit comments