puppeteer/docs
Joone Hur 8e45a1c882
feat: add proxy and bypass list parameters to createIncognitoBrowserContext (#7516)
Example:

(async () => {
  const browser = await puppeteer.launch();
  const context = await browser.createIncognitoBrowserContext('myproxy.com:3128');
  const page = await context.newPage()
  await page.authenticate({username: 'foo', password: 'bar' });
  await page.goto('https://google.com');
  await browser.close();
})();

Issue: #678
2021-09-18 11:56:05 +02:00
..
assets chore: rename image assets 2020-06-02 15:24:25 +02:00
api.md feat: add proxy and bypass list parameters to createIncognitoBrowserContext (#7516) 2021-09-18 11:56:05 +02:00
issue_template.md chore(issue template): Add Node.js version to Issue template(#1683) (#1684) 2017-12-28 14:24:51 -08:00
troubleshooting.md chore: remove references to upstream master branches (#7412) 2021-09-14 15:02:39 +00:00