File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments