Table of Contents

Class SetAttribRequestedEventArgs

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

Constructors

SetAttribRequestedEventArgs(string, long, long, string)

public SetAttribRequestedEventArgs(string RequestId, long Handle, long AttribId, string Data)

Parameters

RequestId string
Handle long
AttribId long
Data string

Properties

AttribId

public long AttribId { 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