Skip to content

Commit a258447

Browse files
committed
Refactor comments
1 parent 10fc029 commit a258447

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

seleniumbase/plugins/driver_manager.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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".

seleniumbase/plugins/sb_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def SB(
5454
undetectable=None, # Use undetected-chromedriver to evade bot-detection.
5555
uc_cdp_events=None, # Capture CDP events in undetected-chromedriver mode.
5656
uc_subprocess=None, # Use undetected-chromedriver as a subprocess.
57-
log_cdp_events=None, # capture {"performance": "ALL", "browser": "ALL"})
57+
log_cdp_events=None, # Capture {"performance": "ALL", "browser": "ALL"}
5858
incognito=None, # Enable Chromium's Incognito mode.
5959
guest_mode=None, # Enable Chromium's Guest mode.
6060
dark_mode=None, # Enable Chromium's Dark mode.

0 commit comments

Comments
 (0)