Class UninstallCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.Extensions
- Assembly
- Selenium.WebDriver.dll
Uninstalls an unpacked extension (others not supported) from the profile. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging.
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
Id
Extension id.
[JsonPropertyName("id")]
public string Id { get; set; }