Table of Contents

Class LaunchFilesInAppCommandSettings

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

LaunchFilesInApp

public sealed class LaunchFilesInAppCommandSettings : ICommand
Inheritance
LaunchFilesInAppCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Files

Gets or sets the files

[JsonPropertyName("files")]
public string[] Files { get; set; }

Property Value

string[]

ManifestId

Gets or sets the manifestId

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

Property Value

string