Table of Contents

Class BrowserContextOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

BrowserContext options.

public class BrowserContextOptions
Inheritance
BrowserContextOptions

Properties

ProxyBypassList

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

public string[] ProxyBypassList { get; set; }

Property Value

string[]

ProxyServer

Proxy server with optional port to use for all requests. Username and password can be set in AuthenticateAsync(Credentials).

public string ProxyServer { get; set; }

Property Value

string