Table of Contents

Class ReportDataResultCommandSettings

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

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Data

Gets or sets the data

[JsonPropertyName("data")]
public string Data { get; set; }

Property Value

string

RequestId

Gets or sets the requestId

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

Property Value

string