Class BrowserContextOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
BrowserContext options.
public class BrowserContextOptions
- Inheritance
-
BrowserContextOptions
Properties
DownloadBehavior
Behavior definition for when downloading a file.
public DownloadBehavior DownloadBehavior { get; set; }
Property Value
Remarks
If not set, the default behavior will be used.
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; }