Table of Contents

Class GetMetadataCommandSettings

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

GetMetadata

public sealed class GetMetadataCommandSettings : ICommand
Inheritance
GetMetadataCommandSettings
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