Table of Contents

Class AttachedToTargetEventArgs

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

AttachedToTarget

public sealed class AttachedToTargetEventArgs : EventArgs
Inheritance
AttachedToTargetEventArgs
Inherited Members

Properties

SessionId

Gets or sets the sessionId

[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