SeleniumBasic icon indicating copy to clipboard operation
SeleniumBasic copied to clipboard

How to define proxy server for PhantomJS ?

Open ManualTester opened this issue 8 years ago • 1 comments

Hello,

I have a situation where I needs to pass through a proxy servers, How do I launch PhantomJS with proxy?

Thanks,

ManualTester avatar Aug 17 '16 18:08 ManualTester

use Driver.setProxy "yourIP: yourPort"

FelipeTade avatar Oct 19 '17 11:10 FelipeTade