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