Table of Contents

Class TargetInfo

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Represents information about the target of a DevTools Protocol command

public class TargetInfo
Inheritance
TargetInfo
Inherited Members

Properties

BrowserContextId

Gets the browser context ID.

public string BrowserContextId { get; }

Property Value

string

IsAttached

Gets a value indicating if the protocol is attached to the target.

public bool IsAttached { get; }

Property Value

bool

OpenerId

Gets the ID of the opener of the target.

public string OpenerId { get; }

Property Value

string

TargetId

Gets the ID of the target.

public string TargetId { get; }

Property Value

string

Title

Gets the title of the target.

public string Title { get; }

Property Value

string

Type

Gets the type of target.

public string Type { get; }

Property Value

string

Url

Gets the URL of the target.

public string Url { get; }

Property Value

string