Table of Contents

Class ResetPermissionsCommandSettings

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

Reset all permission management for all origins.

public sealed class ResetPermissionsCommandSettings : ICommand
Inheritance
ResetPermissionsCommandSettings
Implements
Inherited Members

Properties

BrowserContextId

BrowserContext to reset permissions. When omitted, default browser context is used.

[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