CefSharp.DevTools.Target Namespace |
[Missing <summary> documentation for "N:CefSharp.DevTools.Target"]
Class | Description | |
---|---|---|
AttachedToTargetEventArgs |
Issued when attached to target because of auto-attach or `attachToTarget` command.
| |
AttachToBrowserTargetResponse |
AttachToBrowserTargetResponse
| |
AttachToTargetResponse |
AttachToTargetResponse
| |
CloseTargetResponse |
CloseTargetResponse
| |
CreateBrowserContextResponse |
CreateBrowserContextResponse
| |
CreateTargetResponse |
CreateTargetResponse
| |
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.
| |
GetBrowserContextsResponse |
GetBrowserContextsResponse
| |
GetTargetInfoResponse |
GetTargetInfoResponse
| |
GetTargetsResponse |
GetTargetsResponse
| |
ReceivedMessageFromTargetEventArgs |
Notifies about a new protocol message received from the session (as reported in
`attachedToTarget` event).
| |
RemoteLocation |
RemoteLocation
| |
TargetClient |
Supports additional targets discovery and allows to attach to them.
| |
TargetCrashedEventArgs |
Issued when a target has crashed.
| |
TargetCreatedEventArgs |
Issued when a possible inspection target is created.
| |
TargetDestroyedEventArgs |
Issued when a target is destroyed.
| |
TargetInfo |
TargetInfo
| |
TargetInfoChangedEventArgs |
Issued when some information about a target has changed. This only happens between
`targetCreated` and `targetDestroyed`.
|