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