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
State
Gets or sets the state to set the permission to.
public PermissionState State { get; set; }