puppeteer-extra-plugin-proxy icon indicating copy to clipboard operation
puppeteer-extra-plugin-proxy copied to clipboard

why does this exist?

Open Alino opened this issue 2 years ago • 0 comments

is there any advantage over launching the puppeteer without a plugin with proxy config like this?

this.browser = await puppeteer.launch({args: [`--proxy-server=${proxyUrl}`], headless: 'new'});
this.page = await this.browser.newPage();
this.page.authenticate({ username, password });

Alino avatar Sep 14 '23 17:09 Alino