Table of Contents

Class ControlRequestedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.SmartCardEmulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ControlRequestedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ControlRequestedEventArgs>
Inheritance
EventArgs
ControlRequestedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

ControlRequestedEventArgs(string, long, long, string)

public ControlRequestedEventArgs(string RequestId, long Handle, long ControlCode, string Data)

Parameters

RequestId string
Handle long
ControlCode long
Data string

Properties

ControlCode

public long ControlCode { get; init; }

Property Value

long

Data

public string Data { get; init; }

Property Value

string

Handle

public long Handle { get; init; }

Property Value

long

RequestId

public string RequestId { get; init; }

Property Value

string