puppeteer/docs/api/puppeteer.browsercontextoptions.proxybypasslist.md

287 B

sidebar_label
BrowserContextOptions.proxyBypassList

BrowserContextOptions.proxyBypassList property

Bypass the proxy for the given semi-colon-separated list of hosts.

Signature:

interface BrowserContextOptions {proxyBypassList?: string[];}