Table of Contents

Class ClearTrustTokensCommandSettings

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

ClearTrustTokens

public sealed class ClearTrustTokensCommandSettings : ICommand
Inheritance
ClearTrustTokensCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IssuerOrigin

Gets or sets the issuerOrigin

[JsonPropertyName("issuerOrigin")]
public string IssuerOrigin { get; set; }

Property Value

string