Table of Contents

Class LaunchCommandSettings

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

Launch

public sealed class LaunchCommandSettings : ICommand
Inheritance
LaunchCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ManifestId

Gets or sets the manifestId

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

Property Value

string

Url

Gets or sets the url

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

Property Value

string