puppeteer/utils/doclint/check_public_api
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
..
Documentation.js docs: replace @return with @returns (#6006) 2020-06-12 12:38:24 +02:00
index.js feat: add proxy and bypass list parameters to createIncognitoBrowserContext (#7516) 2021-09-18 11:56:05 +02:00
JSBuilder.js chore: use devtools-protocol package (#6172) 2020-07-10 11:51:52 +01:00
MDBuilder.js docs: replace @return with @returns (#6006) 2020-06-12 12:38:24 +02:00