Skip to main content
Version: 18.0.4

BrowserContextOptions.proxyBypassList property

Bypass the proxy for the given list of hosts.

Signature:

interface BrowserContextOptions {
proxyBypassList?: string[];
}