Table of Contents

Class GetManifestIconsCommandResponse

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

Response for Deprecated because it's not guaranteed that the returned icon is in fact the one used for PWA installation.

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