Table of Contents

Class SimulateAdvertisementCommandSettings

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

SimulateAdvertisement

public sealed class SimulateAdvertisementCommandSettings : ICommand
Inheritance
SimulateAdvertisementCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Entry

Gets or sets the entry

[JsonPropertyName("entry")]
public ScanEntry Entry { get; set; }

Property Value

ScanEntry