Table of Contents

Class ReportGetStatusChangeResultCommandSettings

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

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ReaderStates

Gets or sets the readerStates

[JsonPropertyName("readerStates")]
public ReaderStateOut[] ReaderStates { get; set; }

Property Value

ReaderStateOut[]

RequestId

Gets or sets the requestId

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

Property Value

string