Table of Contents

Class EndTransactionRequestedEventArgs

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

Properties

Disposition

Gets or sets the disposition

[JsonPropertyName("disposition")]
public Disposition Disposition { get; set; }

Property Value

Disposition

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