Table of Contents

Class WebAppManifest

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

WebAppManifest

public sealed class WebAppManifest
Inheritance
WebAppManifest
Inherited Members

Properties

BackgroundColor

backgroundColor

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

Property Value

string

Description

description

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

Property Value

string

Dir

dir

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

Property Value

string

Display

display

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

Property Value

string

DisplayOverrides

displayOverrides

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

Property Value

string[]

FileHandlers

fileHandlers

[JsonPropertyName("fileHandlers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FileHandler[] FileHandlers { get; set; }

Property Value

FileHandler[]

Icons

icons

[JsonPropertyName("icons")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ImageResource[] Icons { get; set; }

Property Value

ImageResource[]

Id

id

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

Property Value

string

Lang

lang

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

Property Value

string

LaunchHandler

launchHandler

[JsonPropertyName("launchHandler")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LaunchHandler LaunchHandler { get; set; }

Property Value

LaunchHandler

Name

name

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

Property Value

string

Orientation

orientation

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

Property Value

string

PreferRelatedApplications

preferRelatedApplications

[JsonPropertyName("preferRelatedApplications")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? PreferRelatedApplications { get; set; }

Property Value

bool?

ProtocolHandlers

protocolHandlers

[JsonPropertyName("protocolHandlers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ProtocolHandler[] ProtocolHandlers { get; set; }

Property Value

ProtocolHandler[]

RelatedApplications

relatedApplications

[JsonPropertyName("relatedApplications")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RelatedApplication[] RelatedApplications { get; set; }

Property Value

RelatedApplication[]

Scope

scope

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

Property Value

string

ScopeExtensions

scopeExtensions

[JsonPropertyName("scopeExtensions")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ScopeExtension[] ScopeExtensions { get; set; }

Property Value

ScopeExtension[]

Screenshots

screenshots

[JsonPropertyName("screenshots")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Screenshot[] Screenshots { get; set; }

Property Value

Screenshot[]

ShareTarget

shareTarget

[JsonPropertyName("shareTarget")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ShareTarget ShareTarget { get; set; }

Property Value

ShareTarget

ShortName

shortName

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

Property Value

string

Shortcuts

shortcuts

[JsonPropertyName("shortcuts")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Shortcut[] Shortcuts { get; set; }

Property Value

Shortcut[]

StartUrl

startUrl

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

Property Value

string

ThemeColor

themeColor

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

Property Value

string