This topic was automatically generated from Slack. You can find the original thread here.
Hello, first I would like to thank you for the availability of Puppeteer!
Is it possible to pass the Proxy settings? example: const browser = await puppeteer.launch({ args: [ '--proxy-server=your-proxy-server-ip:your-proxy-server-port', '--proxy-auth=username:password' ] });
thank you very much !