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 = 0Create a new tab.
[EnumMember(Value = "window")] Window = 1Create a new window.