Table of Contents

Class GetInterestGroupDetailsCommandSettings

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

GetInterestGroupDetails

public sealed class GetInterestGroupDetailsCommandSettings : ICommand
Inheritance
GetInterestGroupDetailsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Name

Gets or sets the name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

OwnerOrigin

Gets or sets the ownerOrigin

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

Property Value

string