@@ -88,7 +88,7 @@ def Driver(
8888 undetectable = None , # Use undetected-chromedriver to evade bot-detection.
8989 uc_cdp_events = None , # Capture CDP events in undetected-chromedriver mode.
9090 uc_subprocess = None , # Use undetected-chromedriver as a subprocess.
91- log_cdp_events = None , # capture {"performance": "ALL", "browser": "ALL"})
91+ log_cdp_events = None , # Capture {"performance": "ALL", "browser": "ALL"}
9292 no_sandbox = None , # (DEPRECATED) - "--no-sandbox" is always used now.
9393 disable_gpu = None , # (DEPRECATED) - GPU is disabled if not "swiftshader".
9494 incognito = None , # Enable Chromium's Incognito mode.
@@ -105,8 +105,8 @@ def Driver(
105105 firefox_arg = None , # "ARG=N,ARG2" (Set Firefox args, comma-separated.)
106106 firefox_pref = None , # SET (Set Firefox PREFERENCE:VALUE set, ","-separated)
107107 user_data_dir = None , # Set the Chrome user data directory to use.
108- extension_zip = None , # Load a Chrome Extension .zip|.crx, comma-separated.)
109- extension_dir = None , # Load a Chrome Extension directory, comma-separated.)
108+ extension_zip = None , # Load a Chrome Extension .zip|.crx, comma-separated.
109+ extension_dir = None , # Load a Chrome Extension directory, comma-separated.
110110 binary_location = None , # Set path of the Chromium browser binary to use.
111111 driver_version = None , # Set the chromedriver or uc_driver version to use.
112112 page_load_strategy = None , # Set Chrome PLS to "normal", "eager", or "none".
0 commit comments