Table of Contents

Class ReportListReadersResultCommandSettings

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

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Readers

Gets or sets the readers

[JsonPropertyName("readers")]
public string[] Readers { get; set; }

Property Value

string[]

RequestId

Gets or sets the requestId

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

Property Value

string