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 @@ -768,6 +768,7 @@ def show_options():
768
768
op += " | return / r: Run until method returns. j: Jump to line. |\n "
769
769
op += " | where / w: Show stack spot. u: Up stack. d: Down stack. |\n "
770
770
op += " | longlist / ll: See code. dir(): List namespace objects. |\n "
771
+ op += "--final-debug (Enter Final Debug Mode after each test ends.)\n "
771
772
op += "--recorder (Record browser actions to generate test scripts.)\n "
772
773
op += "--save-screenshot (Save a screenshot at the end of each test.)\n "
773
774
op += "--archive-logs (Archive old log files instead of deleting them.)\n "
@@ -776,7 +777,7 @@ def show_options():
776
777
op += "--agent=STRING (Modify the web browser's User-Agent string.)\n "
777
778
op += "--mobile (Use Chromium's mobile device emulator during tests.)\n "
778
779
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 "
780
781
op += "--settings-file=FILE (Override default SeleniumBase settings.)\n "
781
782
op += '--env=ENV (Set the test env. Access with "self.env" in tests.)\n '
782
783
op += '--data=DATA (Extra test data. Access with "self.data" in tests.)\n '
You can’t perform that action at this time.
0 commit comments