Class AddDescriptorCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V141.BluetoothEmulation
- Assembly
- WebDriver.dll
Response for AddDescriptor
public sealed class AddDescriptorCommandResponse : ICommandResponse<AddDescriptorCommandSettings>, ICommandResponse- Inheritance
- 
      
      AddDescriptorCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
DescriptorId
Gets or sets the descriptorId
[JsonPropertyName("descriptorId")]
public string DescriptorId { get; set; }