Table of Contents

Class GetAppManifestCommandResponse

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

Response for GetAppManifest

public sealed class GetAppManifestCommandResponse : ICommandResponse<GetAppManifestCommandSettings>, ICommandResponse
Inheritance
GetAppManifestCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Data

Gets or sets the data

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

Property Value

string

Errors

Gets or sets the errors

[JsonPropertyName("errors")]
public AppManifestError[] Errors { get; set; }

Property Value

AppManifestError[]

Manifest

Gets or sets the manifest

[JsonPropertyName("manifest")]
public WebAppManifest Manifest { get; set; }

Property Value

WebAppManifest

Parsed

Gets or sets the parsed

[JsonPropertyName("parsed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AppManifestParsedProperties Parsed { get; set; }

Property Value

AppManifestParsedProperties

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string