Table of Contents

Class ClearSharedStorageEntriesCommandSettings

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

ClearSharedStorageEntries

public sealed class ClearSharedStorageEntriesCommandSettings : ICommand
Inheritance
ClearSharedStorageEntriesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

OwnerOrigin

Gets or sets the ownerOrigin

[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }

Property Value

string