Skip to content

Commit f10cf97

Browse files
committed
Update proxy configuration example
1 parent 2bf4a78 commit f10cf97

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

seleniumbase/config/proxy_list.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@
88
"pytest SOME_TEST.py --proxy=proxy1"
99
1010
Format of PROXY_LIST server entries:
11-
* "ip_address:port" OR
12-
* "server:port"
11+
* "ip_address:port" OR "username:password@ip_address:port"
12+
* "server:port" OR "username:password@server:port"
1313
(Do NOT include the http:// or https:// in your proxy string!)
1414
1515
Example proxies in PROXY_LIST below are not guaranteed to be active or secure.
1616
If you don't already have a proxy server to connect to,
1717
you can try finding one from one of following sites:
1818
* https://www.proxynova.com/proxy-server-list/country-us/
1919
* https://www.us-proxy.org/
20-
* https://hidemy.name/en/proxy-list/?country=US&type=h#list
21-
* http://proxyservers.pro/proxy/list/protocol/http/country/US/
20+
* https://proxyservers.pro/proxy/list/protocol/http/country/US/
2221
"""
2322

2423
PROXY_LIST = {
25-
"example1": "192.241.132.219:80", # (Example) - set your own proxy here
24+
"example1": "104.198.68.109:3128", # (Example) - set your own proxy here
2625
"proxy1": None,
2726
"proxy2": None,
2827
"proxy3": None,

0 commit comments

Comments
 (0)