Skip to content

Commit 137232f

Browse files
committed
Add back missing line needed for Chrome 142
1 parent d4fc311 commit 137232f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3255,8 +3255,8 @@ def get_driver(
32553255
proxy_pass = None
32563256
proxy_scheme = "http"
32573257
if proxy_string:
3258-
# (The code below was for the Chrome 137 extension fix)
3259-
# sb_config._cdp_proxy = proxy_string
3258+
# (The line below is for the Chrome 142 proxy auth fix)
3259+
sb_config._cdp_proxy = proxy_string
32603260
username_and_password = None
32613261
if "@" in proxy_string:
32623262
# Format => username:password@hostname:port

0 commit comments

Comments
 (0)