@@ -120,6 +120,7 @@ that are available when using SeleniumBase.
120120--crumbs (Clear all cookies between tests reusing a session.)
121121--maximize (Start tests with the web browser window maximized.)
122122--dashboard (Enable SeleniumBase\' s Dashboard at dashboard.html)
123+ --uc (Enable undetected-chromedriver to evade bot-detection.)
123124--incognito (Enable Chromium\' s Incognito mode.)
124125--guest (Enable Chromium\' s Guest mode.)
125126-m=MARKER (Run tests with the specified pytest marker.)
@@ -136,6 +137,7 @@ that are available when using SeleniumBase.
136137 | return / r: Run until method returns. j: Jump to line. |
137138 | where / w: Show stack spot. u: Up stack. d: Down stack. |
138139 | longlist / ll: See code. dir (): List namespace objects. |
140+ --final-debug (Enter Final Debug Mode after each test ends.)
139141--recorder (Record browser actions to generate test scripts.)
140142--save-screenshot (Save a screenshot at the end of each test.)
141143--archive-logs (Archive old log files instead of deleting them.)
@@ -149,6 +151,7 @@ that are available when using SeleniumBase.
149151--env=ENV (Set the test env. Access with " self.env" in tests.)
150152--data=DATA (Extra test data. Access with " self.data" in tests.)
151153--disable-csp (Disable the Content Security Policy of websites.)
154+ --remote-debug (Sync to Ch-R-Debugger chrome://inspect/# devices)
152155--server=SERVER (The Selenium Grid server/IP used for tests.)
153156--port=PORT (The Selenium Grid port used by the test server.)
154157--proxy=SERVER:PORT (Connect to a proxy server:port for tests.)
@@ -179,6 +182,7 @@ that are available when using SeleniumBase.
179182-D crumbs (Clear all cookies between tests reusing a session.)
180183-D maximize (Start tests with the web browser window maximized.)
181184-D dashboard (Enable SeleniumBase\' s Dashboard at dashboard.html)
185+ -D uc (Enable undetected-chromedriver to evade bot-detection.)
182186-D incognito (Enable Chromium\' s Incognito mode.)
183187-D guest (Enable Chromium\' s Guest mode.)
184188--no-snippets / -q (Quiet mode. Don\' t print snippets.)
@@ -203,6 +207,7 @@ that are available when using SeleniumBase.
203207-D env=ENV (Set the test env. Access with " self.env" in tests.)
204208-D data=DATA (Extra test data. Access with " self.data" in tests.)
205209-D disable-csp (Disable the Content Security Policy of websites.)
210+ -D remote-debug (Sync to Ch-R-Debugger chrome://inspect/# devices)
206211-D server=SERVER (The Selenium Grid server/IP used for tests.)
207212-D port=PORT (The Selenium Grid port used by the test server.)
208213-D proxy=SERVER:PORT (Connect to a proxy server:port for tests.)
0 commit comments