Class RemoveServiceCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V136.BluetoothEmulation
- Assembly
- WebDriver.dll
RemoveService
public sealed class RemoveServiceCommandSettings : ICommand
- Inheritance
-
RemoveServiceCommandSettings
- 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
ServiceId
Gets or sets the serviceId
[JsonPropertyName("serviceId")]
public string ServiceId { get; set; }