Skip to content

Commit f60ab9d

Browse files
committed
Update output of "sbase options"
1 parent 867da35 commit f60ab9d

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
@@ -768,6 +768,7 @@ def show_options():
768768
op += " | return / r: Run until method returns. j: Jump to line. |\n"
769769
op += " | where / w: Show stack spot. u: Up stack. d: Down stack. |\n"
770770
op += " | longlist / ll: See code. dir(): List namespace objects. |\n"
771+
op += "--final-debug (Enter Final Debug Mode after each test ends.)\n"
771772
op += "--recorder (Record browser actions to generate test scripts.)\n"
772773
op += "--save-screenshot (Save a screenshot at the end of each test.)\n"
773774
op += "--archive-logs (Archive old log files instead of deleting them.)\n"
@@ -776,7 +777,7 @@ def show_options():
776777
op += "--agent=STRING (Modify the web browser's User-Agent string.)\n"
777778
op += "--mobile (Use Chromium's mobile device emulator during tests.)\n"
778779
op += '--metrics=STRING (Set mobile "CSSWidth,CSSHeight,PixelRatio".)\n'
779-
op += "--ad-block (Block some types of display ads after page loads.)\n"
780+
op += "--ad-block (Block certain types of iframe ads from appearing.)\n"
780781
op += "--settings-file=FILE (Override default SeleniumBase settings.)\n"
781782
op += '--env=ENV (Set the test env. Access with "self.env" in tests.)\n'
782783
op += '--data=DATA (Extra test data. Access with "self.data" in tests.)\n'

0 commit comments

Comments
 (0)