Skip to main content
Version: 17.0.0

BrowserContextOptions.proxyBypassList property

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

Signature:

interface BrowserContextOptions {
proxyBypassList?: string[];
}