Skip to content

Commit f88c134

Browse files
committed
Fix headless UC Mode (caused by missing args)
1 parent e1db913 commit f88c134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3233,6 +3233,7 @@ def get_local_driver(
32333233
False, # undetectable
32343234
False, # uc_cdp_events
32353235
False, # uc_subprocess
3236+
False, # log_cdp_events
32363237
no_sandbox,
32373238
disable_gpu,
32383239
False, # headless2
@@ -3448,6 +3449,7 @@ def get_local_driver(
34483449
False, # undetectable
34493450
False, # uc_cdp_events
34503451
False, # uc_subprocess
3452+
False, # log_cdp_events
34513453
no_sandbox,
34523454
disable_gpu,
34533455
False, # headless2

0 commit comments

Comments
 (0)