alwex / php-casperjs

simple PHP wrapper for CasperJS
MIT License
182 stars 71 forks source link

Setting up a Proxy Host #45

Open JefferyHus opened 7 years ago

JefferyHus commented 7 years ago

Hi, I would love to see if there is any possibility to have a proxy function to use the setProxy()function from phantomjs.

phantom.setProxy(host, port, 'manual', '', '');
scrapewww commented 6 years ago

I would like to see an example of proxy integration as well.

iamvinny commented 6 years ago

It would be awesome to have this option.