Class EnableCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V146.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Enable the BluetoothEmulation domain.
public sealed class EnableCommandSettings : ICommand
- Inheritance
-
EnableCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
LeSupported
If the simulated central supports low-energy.
[JsonPropertyName("leSupported")]
public bool LeSupported { get; set; }
Property Value
State
State of the simulated central.
[JsonPropertyName("state")]
public CentralState State { get; set; }