Table of Contents

Class CancelRequestedEventArgs

Namespace
OpenQA.Selenium.DevTools.V146.SmartCardEmulation
Assembly
Selenium.WebDriver.dll
public sealed class CancelRequestedEventArgs : EventArgs
Inheritance
CancelRequestedEventArgs
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