funnyzano

Results 1 issues of funnyzano

hello, Is it possible to use a proxy with auth please? This works: $client = Client::createChromeClient('/usr/local/bin/chromedriver', ['--proxy-server=socks5://IP:PORT']); This not works: $client = Client::createChromeClient('/usr/local/bin/chromedriver', ['--proxy-server=socks5://USERNAME:PASS@IP:PORT']); Any help would be really appreciate...