8e45a1c882
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 |
||
---|---|---|
.. | ||
assets | ||
api.md | ||
issue_template.md | ||
troubleshooting.md |