Skip to content

Commit 22db6a3

Browse files
committedFeb 8, 2025
Add more proxy schemes
1 parent d3aab4a commit 22db6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎seleniumbase/core/proxy_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def create_proxy_ext(
4040
""" mode: "fixed_servers",\n"""
4141
""" rules: {\n"""
4242
""" singleProxy: {\n"""
43-
""" scheme: "http",\n"""
43+
""" scheme: ["http", "https", "socks4", "socks5"],\n"""
4444
""" host: "%s",\n"""
4545
""" port: parseInt("%s")\n"""
4646
""" },\n"""

0 commit comments

Comments
 (0)