Table of Contents

Class AttachedToTargetEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.Target
Assembly
Selenium.WebDriver.dll

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

public sealed class AttachedToTargetEventArgs : EventArgs
Inheritance
AttachedToTargetEventArgs
Inherited Members

Properties

SessionId

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

[JsonPropertyName("sessionId")]
public string SessionId { get; set; }

Property Value

string

TargetInfo

Gets or sets the targetInfo

[JsonPropertyName("targetInfo")]
public TargetInfo TargetInfo { get; set; }

Property Value

TargetInfo

WaitingForDebugger

Gets or sets the waitingForDebugger

[JsonPropertyName("waitingForDebugger")]
public bool WaitingForDebugger { get; set; }

Property Value

bool