Class RemoveServiceCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V147.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Removes the service respresented by |serviceId| from the simulated central.
public sealed class RemoveServiceCommandSettings : ICommand
- Inheritance
-
RemoveServiceCommandSettings
- Implements
- Inherited Members
Properties
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; }