Table of Contents

Class EnableCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.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

string

LeSupported

If the simulated central supports low-energy.

[JsonPropertyName("leSupported")]
public bool LeSupported { get; set; }

Property Value

bool

State

State of the simulated central.

[JsonPropertyName("state")]
public CentralState State { get; set; }

Property Value

CentralState