Skip to main content
Version: 18.2.1

BrowserContextOptions.proxyBypassList property

Bypass the proxy for the given list of hosts.

Signature:

interface BrowserContextOptions {
proxyBypassList?: string[];
}