Using proxy with perl IEAutomation

xpro

Regular Member
Joined
Jan 21, 2009
Messages
442
Reaction score
24
Hello

I'm using a module that works with the browser, but is it possible to use proxies with it? how do others do it?


Best Regards
 
Hello

I'm using a module that works with the browser, but is it possible to use proxies with it? how do others do it?


Best Regards

look for the API of perl IEAutomation

when you do something like create an instance of a new browser object,
you probably can pass along a proxy parameter.
 
Back
Top