Table of Contents

Class DetachedFromTargetEventArgs

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

DetachedFromTarget

public sealed class DetachedFromTargetEventArgs : EventArgs
Inheritance
DetachedFromTargetEventArgs
Inherited Members

Properties

SessionId

Gets or sets the sessionId

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

Property Value

string

TargetId

Gets or sets the targetId

[JsonPropertyName("targetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TargetId { get; set; }

Property Value

string