Table of Contents

Class CreatePageOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Options for creating a new page.

public class CreatePageOptions
Inheritance
CreatePageOptions

Properties

Background

Gets or sets a value indicating whether to create the page in the background.

public bool? Background { get; set; }

Property Value

bool?

false by default.

Type

Gets or sets the type of page to create.

public CreatePageType? Type { get; set; }

Property Value

CreatePageType?

WindowBounds

Gets or sets the window bounds when Type is Window.

public WindowBounds WindowBounds { get; set; }

Property Value

WindowBounds