Skip to main content
Version: Next

BrowserContextOptions.proxyBypassList property

Bypass the proxy for the given list of hosts.

Signature:

interface BrowserContextOptions {
proxyBypassList?: string[];
}