Class AddDescriptorCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V146.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Response for Adds a descriptor with |descriptorUuid| to the characteristic respresented by |characteristicId|.
public sealed class AddDescriptorCommandResponse : ICommandResponse<AddDescriptorCommandSettings>, ICommandResponse
- Inheritance
-
AddDescriptorCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
DescriptorId
An identifier that uniquely represents this descriptor.
[JsonPropertyName("descriptorId")]
public string DescriptorId { get; set; }