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 cb5c372 commit ed0b1beCopy full SHA for ed0b1be
seleniumbase/config/proxy_list.py
@@ -15,13 +15,13 @@
15
Example proxies in PROXY_LIST below are not guaranteed to be active or secure.
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.proxynova.com/proxy-server-list/country-us/
19
* https://www.us-proxy.org/
20
* https://proxyservers.pro/proxy/list/protocol/http/country/US/
21
"""
22
23
PROXY_LIST = {
24
- "example1": "104.198.68.109:3128", # (Example) - set your own proxy here
+ "example1": "54.39.97.250:3128", # (Example) - set your own proxy here
+ "example2": "18.191.175.174:8080", # (Example) - set your own proxy here
25
"proxy1": None,
26
"proxy2": None,
27
"proxy3": None,
0 commit comments