Table of Contents

Class InstallCommandSettings

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

Install

public sealed class InstallCommandSettings : ICommand
Inheritance
InstallCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

InstallUrlOrBundleUrl

Gets or sets the installUrlOrBundleUrl

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

Property Value

string

ManifestId

Gets or sets the manifestId

[JsonPropertyName("manifestId")]
public string ManifestId { get; set; }

Property Value

string