Table of Contents

Class TargetDetachedEventArgs

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Event arguments present when the TargetDetached event is raised.

public class TargetDetachedEventArgs : EventArgs
Inheritance
TargetDetachedEventArgs
Inherited Members

Properties

SessionId

Gets the ID of the session of the target detached.

public string SessionId { get; }

Property Value

string

TargetId

Gets the ID of the target detached.

public string TargetId { get; }

Property Value

string