-
| @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:PORTsocks5://IP_ADDRESS:PORTAuthenticated:
socks4://USER:PASS@IP_ADDRESS:PORTsocks5://USER:PASS@IP_ADDRESS:PORT