Class SimulateGATTDisconnectionCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V147.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Simulates a GATT disconnection from the peripheral with |address|.
public sealed class SimulateGATTDisconnectionCommandSettings : ICommand
- Inheritance
-
SimulateGATTDisconnectionCommandSettings
- 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; }