Table of Contents

Class SimulatePreconnectedPeripheralCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.BluetoothEmulation
Assembly
WebDriver.dll

SimulatePreconnectedPeripheral

public sealed class SimulatePreconnectedPeripheralCommandSettings : ICommand
Inheritance
SimulatePreconnectedPeripheralCommandSettings
Implements
Inherited Members

Properties

Address

Gets or sets the address

[JsonPropertyName("address")]
public string Address { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

KnownServiceUuids

Gets or sets the knownServiceUuids

[JsonPropertyName("knownServiceUuids")]
public string[] KnownServiceUuids { get; set; }

Property Value

string[]

ManufacturerData

Gets or sets the manufacturerData

[JsonPropertyName("manufacturerData")]
public ManufacturerData[] ManufacturerData { get; set; }

Property Value

ManufacturerData[]

Name

Gets or sets the name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string