Table of Contents

Class SimulateDescriptorOperationResponseCommandSettings

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

SimulateDescriptorOperationResponse

public sealed class SimulateDescriptorOperationResponseCommandSettings : ICommand
Inheritance
SimulateDescriptorOperationResponseCommandSettings
Implements
Inherited Members

Properties

Code

Gets or sets the code

[JsonPropertyName("code")]
public long Code { get; set; }

Property Value

long

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Data

Gets or sets the data

[JsonPropertyName("data")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Data { get; set; }

Property Value

string

DescriptorId

Gets or sets the descriptorId

[JsonPropertyName("descriptorId")]
public string DescriptorId { get; set; }

Property Value

string

Type

Gets or sets the type

[JsonPropertyName("type")]
public DescriptorOperationType Type { get; set; }

Property Value

DescriptorOperationType