-
@mdmintz So, I decided to use selenium-base but it is not working with SOCK5S proxies. Please help me on this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For socks4 or socks5 proxies, use these formats for the proxy_string: Unauthenticated:
Authenticated:
|
Beta Was this translation helpful? Give feedback.
-
Hi, @mdmintz |
Beta Was this translation helpful? Give feedback.
For socks4 or socks5 proxies, use these formats for the proxy_string:
Unauthenticated:
socks4://IP_ADDRESS:PORT
socks5://IP_ADDRESS:PORT
Authenticated:
socks4://USER:PASS@IP_ADDRESS:PORT
socks5://USER:PASS@IP_ADDRESS:PORT