Table of Contents

Interface IBrowserOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Browser options.

public interface IBrowserOptions

Properties

AcceptInsecureCerts

Whether to ignore HTTPS errors during navigation. Defaults to false.

bool AcceptInsecureCerts { get; }

Property Value

bool

DefaultViewport

Gets or sets the default Viewport.

ViewPortOptions DefaultViewport { get; set; }

Property Value

ViewPortOptions

The default Viewport.