Table of Contents

Enum CookiePriority

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents the cookie's 'Priority' status.

public enum CookiePriority

Fields

High = 2

High priority.

Low = 0

Low priority.

Medium = 1

Medium priority.