Class AddServiceCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V136.BluetoothEmulation
- Assembly
- WebDriver.dll
AddService
public sealed class AddServiceCommandSettings : ICommand
- Inheritance
-
AddServiceCommandSettings
- Implements
- Inherited Members
Properties
Address
Gets or sets the address
[JsonPropertyName("address")]
public string Address { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ServiceUuid
Gets or sets the serviceUuid
[JsonPropertyName("serviceUuid")]
public string ServiceUuid { get; set; }