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 c3ed25d commit 7b342ceCopy full SHA for 7b342ce
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", "https", "socks4", "socks5"],\n"""
+ """ scheme: "http",\n"""
44
""" host: "%s",\n"""
45
""" port: parseInt("%s")\n"""
46
""" },\n"""
0 commit comments