Table of Contents

Class ReleaseContextRequestedEventArgs

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

Properties

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