Using a proxy with Browser Rendering API

Hi All, I'm trying to use a proxy when launching the browser with puppeteer with the Browser Rendering API. Does anyone have any experience with this? You would usually do it like this: const browser = await puppeteer.launch({ args: [--proxy-server=${newUrl}], }); However, args seems to have been removed in the Cloudflare fork of puppeteer (or I'm missing something!)
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?