@@ -809,6 +809,7 @@ def show_options():
809
809
op += '--env=ENV (Set the test env. Access with "self.env" in tests.)\n '
810
810
op += '--data=DATA (Extra test data. Access with "self.data" in tests.)\n '
811
811
op += "--disable-csp (Disable the Content Security Policy of websites.)\n "
812
+ op += "--remote-debug (Sync to Ch-R-Debugger chrome://inspect/#devices)\n "
812
813
op += "--server=SERVER (The Selenium Grid server/IP used for tests.)\n "
813
814
op += "--port=PORT (The Selenium Grid port used by the test server.)\n "
814
815
op += "--proxy=SERVER:PORT (Connect to a proxy server:port for tests.)\n "
@@ -852,6 +853,7 @@ def show_behave_options():
852
853
op += "-D crumbs (Clear all cookies between tests reusing a session.)\n "
853
854
op += "-D maximize (Start tests with the web browser window maximized.)\n "
854
855
op += "-D dashboard (Enable SeleniumBase's Dashboard at dashboard.html)\n "
856
+ op += "-D uc (Enable undetected-chromedriver to evade bot-detection.)\n "
855
857
op += "-D incognito (Enable Chromium's Incognito mode.)\n "
856
858
op += "-D guest (Enable Chromium's Guest mode.)\n "
857
859
op += "--no-snippets / -q (Quiet mode. Don't print snippets.)\n "
@@ -876,6 +878,7 @@ def show_behave_options():
876
878
op += '-D env=ENV (Set the test env. Access using "self.env" in tests.)\n '
877
879
op += '-D data=DATA (Extra test data. Access using "self.data".)\n '
878
880
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 "
879
882
op += "-D server=SERVER (The Selenium Grid server/IP used for tests.)\n "
880
883
op += "-D port=PORT (The Selenium Grid port used by the test server.)\n "
881
884
op += "-D proxy=SERVER:PORT (Connect to a proxy server:port for tests.)\n "
0 commit comments