Table of Contents

Namespace Selenium.WebDriver.BiDi.Cdp.Target

Classes

ActivateTargetResult
AttachToBrowserTargetResult
AttachToTargetResult
AttachedToTargetEventArgs

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

AutoAttachRelatedResult
CloseTargetResult
CreateBrowserContextResult
CreateTargetResult
DetachFromTargetResult
DetachedFromTargetEventArgs

Issued when detached from target for any reason (including detachFromTarget command). Can be issued multiple times per target if multiple sessions have been attached to it.

DisposeBrowserContextResult
ExposeDevToolsProtocolResult
FilterEntry

A filter used by target query/discovery/auto-attach operations.

GetBrowserContextsResult
GetDevToolsTargetResult
GetTargetInfoResult
GetTargetsResult
OpenDevToolsResult
ReceivedMessageFromTargetEventArgs

Notifies about a new protocol message received from the session (as reported in attachedToTarget event).

RemoteLocation

The entries in TargetFilter are matched sequentially against targets and the first entry that matches determines if the target is included or not, depending on the value of exclude field in the entry. If filter is not specified, the one assumed is [{type: "browser", exclude: true}, {type: "tab", exclude: true}, {}] (i.e. include everything but browser and tab).

SendMessageToTargetResult
SessionID

Unique identifier of attached debugging session.

SetAutoAttachResult
SetDiscoverTargetsResult
SetRemoteLocationsResult
TargetCrashedEventArgs

Issued when a target has crashed.

TargetCreatedEventArgs

Issued when a possible inspection target is created.

TargetDestroyedEventArgs

Issued when a target is destroyed.

TargetDomainEvent

Provides static event descriptors for the ITarget.

TargetID
TargetInfo
TargetInfoChangedEventArgs

Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.

Interfaces

ITarget

Supports additional targets discovery and allows to attach to them.

Enums

WindowState

The state of the target window.