Table of Contents

Class ReportConnectResultCommandSettings

Namespace
OpenQA.Selenium.DevTools.V146.SmartCardEmulation
Assembly
Selenium.WebDriver.dll
public sealed class ReportConnectResultCommandSettings : ICommand
Inheritance
ReportConnectResultCommandSettings
Implements
Inherited Members

Properties

ActiveProtocol

Gets or sets the activeProtocol

[JsonPropertyName("activeProtocol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Protocol? ActiveProtocol { get; set; }

Property Value

Protocol?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Handle

Gets or sets the handle

[JsonPropertyName("handle")]
public long Handle { get; set; }

Property Value

long

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string