We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3aab4a commit 22db6a3Copy full SHA for 22db6a3
seleniumbase/core/proxy_helper.py
@@ -40,7 +40,7 @@ def create_proxy_ext(
40
""" mode: "fixed_servers",\n"""
41
""" rules: {\n"""
42
""" singleProxy: {\n"""
43
- """ scheme: "http",\n"""
+ """ scheme: ["http", "https", "socks4", "socks5"],\n"""
44
""" host: "%s",\n"""
45
""" port: parseInt("%s")\n"""
46
""" },\n"""
0 commit comments