Class SimulateAdvertisementCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Simulates an advertisement packet described in |entry| being received by the central.
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
Entry
Gets or sets the entry
[JsonPropertyName("entry")]
public ScanEntry Entry { get; set; }