Table of Contents

Class UninstallCommandSettings

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

Uninstalls the given manifest_id and closes any opened app windows.

public sealed class UninstallCommandSettings : ICommand
Inheritance
UninstallCommandSettings
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