Class RemoveDescriptorCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V137.BluetoothEmulation
- Assembly
- WebDriver.dll
RemoveDescriptor
public sealed class RemoveDescriptorCommandSettings : ICommand
- Inheritance
-
RemoveDescriptorCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DescriptorId
Gets or sets the descriptorId
[JsonPropertyName("descriptorId")]
public string DescriptorId { get; set; }