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

Attempting to use proxy per page gives off an error [ TypeError: useProxyPer[target.constructor.name] is not a function ]

hishamw opened this issue · comments

Following the documentation when attempting to use proxy per page i am getting the below error ...

TypeError: useProxyPer[target.constructor.name] is not a function

"puppeteer": "^14.1.0",
"puppeteer-page-proxy": "^1.3.0",

Did you manage to find a solution?

Same problem here after update puppeteer to latest version

This doesn't appear to be fixed to me, same problem in Puppeteer 21.3.x but not in 21.2.x.

Any update?