Table of Contents

Interface IBrowserOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Browser options.

public interface IBrowserOptions

Properties

DefaultViewport

Gets or sets the default Viewport.

ViewPortOptions DefaultViewport { get; set; }

Property Value

ViewPortOptions

The default Viewport.

IgnoreHTTPSErrors

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

bool IgnoreHTTPSErrors { get; }

Property Value

bool