Skip to content

Commit c47cf20

Browse files
committed
Update console scripts
1 parent ff0c5d8 commit c47cf20

File tree

1 file changed

+3
-0
lines changed
  • seleniumbase/console_scripts

1 file changed

+3
-0
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ def show_options():
809809
op += '--env=ENV (Set the test env. Access with "self.env" in tests.)\n'
810810
op += '--data=DATA (Extra test data. Access with "self.data" in tests.)\n'
811811
op += "--disable-csp (Disable the Content Security Policy of websites.)\n"
812+
op += "--remote-debug (Sync to Ch-R-Debugger chrome://inspect/#devices)\n"
812813
op += "--server=SERVER (The Selenium Grid server/IP used for tests.)\n"
813814
op += "--port=PORT (The Selenium Grid port used by the test server.)\n"
814815
op += "--proxy=SERVER:PORT (Connect to a proxy server:port for tests.)\n"
@@ -852,6 +853,7 @@ def show_behave_options():
852853
op += "-D crumbs (Clear all cookies between tests reusing a session.)\n"
853854
op += "-D maximize (Start tests with the web browser window maximized.)\n"
854855
op += "-D dashboard (Enable SeleniumBase's Dashboard at dashboard.html)\n"
856+
op += "-D uc (Enable undetected-chromedriver to evade bot-detection.)\n"
855857
op += "-D incognito (Enable Chromium's Incognito mode.)\n"
856858
op += "-D guest (Enable Chromium's Guest mode.)\n"
857859
op += "--no-snippets / -q (Quiet mode. Don't print snippets.)\n"
@@ -876,6 +878,7 @@ def show_behave_options():
876878
op += '-D env=ENV (Set the test env. Access using "self.env" in tests.)\n'
877879
op += '-D data=DATA (Extra test data. Access using "self.data".)\n'
878880
op += "-D disable-csp (Disable the Content Security Policy of sites.)\n"
881+
op += "-D remote-debug (Sync Ch-R-Debugger chrome://inspect/#devices)\n"
879882
op += "-D server=SERVER (The Selenium Grid server/IP used for tests.)\n"
880883
op += "-D port=PORT (The Selenium Grid port used by the test server.)\n"
881884
op += "-D proxy=SERVER:PORT (Connect to a proxy server:port for tests.)\n"

0 commit comments

Comments
 (0)