Table of Contents

Class AttachedToTargetEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Target
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Issued when attached to target because of auto-attach or attachToTarget command.

public sealed record AttachedToTargetEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<AttachedToTargetEventArgs>
Inheritance
EventArgs
AttachedToTargetEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

AttachedToTargetEventArgs(SessionID, TargetInfo, bool)

Issued when attached to target because of auto-attach or attachToTarget command.

public AttachedToTargetEventArgs(SessionID SessionId, TargetInfo TargetInfo, bool WaitingForDebugger)

Parameters

SessionId SessionID

Identifier assigned to the session used to send/receive messages.

TargetInfo TargetInfo
WaitingForDebugger bool

Properties

SessionId

Identifier assigned to the session used to send/receive messages.

public SessionID SessionId { get; init; }

Property Value

SessionID

TargetInfo

public TargetInfo TargetInfo { get; init; }

Property Value

TargetInfo

WaitingForDebugger

public bool WaitingForDebugger { get; init; }

Property Value

bool