Add package in order to do the job puppeteer-page-proxy does, currently it doesn't work with puppeteer-extra
Last time I checked that approach, I did not like it. Using proxy-chain worked pretty well. It's a long standing puppeteer issue, while playwright is pretty close to have it ready.
An alternative is using a proxy.pac, but it's still not awesome.
There are plans to create a proxy plugin for puppeteer-extra to make things more convenient, but we're still discussing the specifics.
Closing for this for now, unless there's more specific input/suggestions.
Most helpful comment
Last time I checked that approach, I did not like it. Using proxy-chain worked pretty well. It's a long standing puppeteer issue, while playwright is pretty close to have it ready.