-
Hi, Can you add an argument for Chrome Driver creation that will add the below capability to Driver? chrome_options.set_capability('goog:loggingPrefs', {'performance': 'ALL'}) I am trying to do the below
|
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Sep 29, 2023
Replies: 1 comment 29 replies
-
That option is already there for |
Beta Was this translation helpful? Give feedback.
29 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That option is already there for
uc_cdp
mode, which you already appear to be using:SeleniumBase/seleniumbase/undetected/__init__.py
Line 168 in eea2441