Class SimulateAdvertisementCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V132.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
Entry
Gets or sets the entry
[JsonPropertyName("entry")]
public ScanEntry Entry { get; set; }