Click or drag to resize

CefSharp.DevTools.Target Namespace

Version 106.0.290

[Missing <summary> documentation for "N:CefSharp.DevTools.Target"]

Classes
  ClassDescription
Public classAttachedToTargetEventArgs
Issued when attached to target because of auto-attach or `attachToTarget` command.
Public classAttachToBrowserTargetResponse
AttachToBrowserTargetResponse
Public classAttachToTargetResponse
AttachToTargetResponse
Public classCloseTargetResponse
CloseTargetResponse
Public classCreateBrowserContextResponse
CreateBrowserContextResponse
Public classCreateTargetResponse
CreateTargetResponse
Public classDetachedFromTargetEventArgs
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.
Public classFilterEntry
A filter used by target query/discovery/auto-attach operations.
Public classGetBrowserContextsResponse
GetBrowserContextsResponse
Public classGetTargetInfoResponse
GetTargetInfoResponse
Public classGetTargetsResponse
GetTargetsResponse
Public classReceivedMessageFromTargetEventArgs
Notifies about a new protocol message received from the session (as reported in `attachedToTarget` event).
Public classRemoteLocation
RemoteLocation
Public classTargetClient
Supports additional targets discovery and allows to attach to them.
Public classTargetCrashedEventArgs
Issued when a target has crashed.
Public classTargetCreatedEventArgs
Issued when a possible inspection target is created.
Public classTargetDestroyedEventArgs
Issued when a target is destroyed.
Public classTargetFilter
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).
Public classTargetInfo
TargetInfo
Public classTargetInfoChangedEventArgs
Issued when some information about a target has changed. This only happens between `targetCreated` and `targetDestroyed`.