Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class AddServiceCommandSettings

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

AddService

public sealed class AddServiceCommandSettings : ICommand
Inheritance
AddServiceCommandSettings
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

ServiceUuid

Gets or sets the serviceUuid

[JsonPropertyName("serviceUuid")]
public string ServiceUuid { get; set; }

Property Value

string