Skip to content

Commit 4d75b5e

Browse files
committed
Fix proxy_bypass_list with authenticated proxies
1 parent 3d0a643 commit 4d75b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/core/proxy_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def create_proxy_ext(proxy_string, proxy_user, proxy_pass, zip_it=True):
3131
""" rules: {\n"""
3232
""" singleProxy: {\n"""
3333
""" scheme: "http",\n"""
34+
""" bypassList: [],\n"""
3435
""" host: "%s",\n"""
3536
""" port: parseInt("%s")\n"""
3637
""" },\n"""

0 commit comments

Comments
 (0)