Table of Contents

Class ClearObjectStoreCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.IndexedDB
Assembly
WebDriver.dll

ClearObjectStore

public sealed class ClearObjectStoreCommandSettings : ICommand
Inheritance
ClearObjectStoreCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DatabaseName

Gets or sets the databaseName

[JsonPropertyName("databaseName")]
public string DatabaseName { get; set; }

Property Value

string

ObjectStoreName

Gets or sets the objectStoreName

[JsonPropertyName("objectStoreName")]
public string ObjectStoreName { get; set; }

Property Value

string

SecurityOrigin

Gets or sets the securityOrigin

[JsonPropertyName("securityOrigin")]
public string SecurityOrigin { get; set; }

Property Value

string