Skip to content

Commit e1db913

Browse files
committed
Update the documentation
1 parent 47cb6e4 commit e1db913

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ pytest test_coffee_cart.py --trace
693693
--enable-sync # (Enable "Chrome Sync" on websites.)
694694
--uc | --undetected # (Use undetected-chromedriver to evade bot-detection.)
695695
--uc-cdp-events # (Capture CDP events when running in "--undetected" mode.)
696+
--log-cdp # ("goog:loggingPrefs", {"performance": "ALL", "browser": "ALL"})
696697
--remote-debug # (Sync to Chrome Remote Debugger chrome://inspect/#devices)
697698
--ftrace | --final-trace # (Debug Mode after each test. Don't use with CI!)
698699
--dashboard # (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)

help_docs/customizing_test_runs.md

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ pytest my_first_test.py --settings-file=custom_settings.py
173173
--enable-sync # (Enable "Chrome Sync" on websites.)
174174
--uc | --undetected # (Use undetected-chromedriver to evade bot-detection.)
175175
--uc-cdp-events # (Capture CDP events when running in "--undetected" mode.)
176+
--log-cdp # ("goog:loggingPrefs", {"performance": "ALL", "browser": "ALL"})
176177
--remote-debug # (Sync to Chrome Remote Debugger chrome://inspect/#devices)
177178
--ftrace | --final-trace # (Debug Mode after each test. Don't use with CI!)
178179
--dashboard # (Enable the SeleniumBase Dashboard. Saved at: dashboard.html)

0 commit comments

Comments
 (0)