Table of Contents

Class GetManifestIconsCommandResponse

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

Response for GetManifestIcons

public sealed class GetManifestIconsCommandResponse : ICommandResponse<GetManifestIconsCommandSettings>, ICommandResponse
Inheritance
GetManifestIconsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

PrimaryIcon

Gets or sets the primaryIcon

[JsonPropertyName("primaryIcon")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PrimaryIcon { get; set; }

Property Value

string