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 e5d594b commit b51e6c0Copy full SHA for b51e6c0
seleniumbase/config/proxy_list.py
@@ -16,11 +16,10 @@
16
If you don't already have a proxy server to connect to,
17
you can try finding one from one of following sites:
18
* https://www.us-proxy.org/
19
-* https://proxyservers.pro/proxy/list/protocol/http/country/US/
20
"""
21
22
PROXY_LIST = {
23
- "example1": "104.248.161.173:8080", # (Example) - set your own proxy here
+ "example1": "40.114.109.214:3128", # (Example) - set your own proxy here
24
"proxy1": None,
25
"proxy2": None,
26
"proxy3": None,
0 commit comments