Table of Contents

Class SetPermissionCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Browser
Assembly
WebDriver.dll

SetPermission

public sealed class SetPermissionCommandSettings : ICommand
Inheritance
SetPermissionCommandSettings
Implements
Inherited Members

Properties

BrowserContextId

Gets or sets the browserContextId

[JsonPropertyName("browserContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string BrowserContextId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Origin

Gets or sets the origin

[JsonPropertyName("origin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Origin { get; set; }

Property Value

string

Permission

Gets or sets the permission

[JsonPropertyName("permission")]
public PermissionDescriptor Permission { get; set; }

Property Value

PermissionDescriptor

Setting

Gets or sets the setting

[JsonPropertyName("setting")]
public PermissionSetting Setting { get; set; }

Property Value

PermissionSetting