Table of Contents

Class UninstallCommandSettings

Namespace
OpenQA.Selenium.DevTools.V150.Extensions
Assembly
Selenium.WebDriver.dll

Uninstalls an unpacked extension (others not supported) from the profile.

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

Id

Extension id.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string