Table of Contents

Class ReportEstablishContextResultCommandSettings

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

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ContextId

Gets or sets the contextId

[JsonPropertyName("contextId")]
public long ContextId { get; set; }

Property Value

long

RequestId

Gets or sets the requestId

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

Property Value

string