Table of Contents

Class StatusRequestedEventArgs

Namespace
OpenQA.Selenium.DevTools.V146.SmartCardEmulation
Assembly
Selenium.WebDriver.dll
public sealed class StatusRequestedEventArgs : EventArgs
Inheritance
StatusRequestedEventArgs
Inherited Members

Properties

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