We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fc311 commit 137232fCopy full SHA for 137232f
seleniumbase/core/browser_launcher.py
@@ -3255,8 +3255,8 @@ def get_driver(
3255
proxy_pass = None
3256
proxy_scheme = "http"
3257
if proxy_string:
3258
- # (The code below was for the Chrome 137 extension fix)
3259
- # sb_config._cdp_proxy = proxy_string
+ # (The line below is for the Chrome 142 proxy auth fix)
+ sb_config._cdp_proxy = proxy_string
3260
username_and_password = None
3261
if "@" in proxy_string:
3262
# Format => username:password@hostname:port
0 commit comments