Table of Contents

Class PermissionEntry

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents a permission entry to set via SetPermissionAsync(string, params PermissionEntry[]).

public class PermissionEntry
Inheritance
PermissionEntry

Properties

Permission

Gets or sets the permission descriptor.

public PermissionDescriptor Permission { get; set; }

Property Value

PermissionDescriptor

State

Gets or sets the state to set the permission to.

public PermissionState State { get; set; }

Property Value

PermissionState