Cuadrix / puppeteer-page-proxy

Additional module to use with 'puppeteer' for setting proxies per page basis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to check which proxy used

CyberMew opened this issue · comments

If I have a page object, how do I read out the proxy being used?

const data = useProxy.lookup(page);
console.log(data.ip);