Table of Contents

Class DescriptorOperationReceivedEventArgs

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

DescriptorOperationReceived

public sealed class DescriptorOperationReceivedEventArgs : EventArgs
Inheritance
DescriptorOperationReceivedEventArgs
Inherited Members

Properties

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