Table of Contents

Class ClearTrustTokensCommandResponse

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

Response for ClearTrustTokens

public sealed class ClearTrustTokensCommandResponse : ICommandResponse<ClearTrustTokensCommandSettings>, ICommandResponse
Inheritance
ClearTrustTokensCommandResponse
Implements
Inherited Members
Extension Methods

Properties

DidDeleteTokens

Gets or sets the didDeleteTokens

[JsonPropertyName("didDeleteTokens")]
public bool DidDeleteTokens { get; set; }

Property Value

bool