Table of Contents

Class UninstallCommandSettings

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

Uninstall

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

Gets or sets the id

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

Property Value

string