Table of Contents

Enum CreatePageType

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Specifies the type of page to create.

[JsonConverter(typeof(JsonStringEnumMemberConverter<CreatePageType>))]
public enum CreatePageType

Fields

[EnumMember(Value = "tab")] Tab = 0

Create a new tab.

[EnumMember(Value = "window")] Window = 1

Create a new window.