Click or drag to resize

TargetClient Class

Version 86.0.240
Supports additional targets discovery and allows to attach to them.
Inheritance Hierarchy

Namespace:  CefSharp.DevTools.Target
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public class TargetClient : DevToolsDomainBase

The TargetClient type exposes the following members.

Constructors
  NameDescription
Public methodTargetClient
Initializes a new instance of the TargetClient class
Top
Methods
  NameDescription
Public methodActivateTargetAsync
Activates (focuses) the target.
Public methodAttachToBrowserTargetAsync
Attaches to the browser target, only uses flat sessionId mode.
Public methodAttachToTargetAsync
Public methodCloseTargetAsync
Closes the target. If the target is a page that gets closed too.
Public methodCreateBrowserContextAsync
Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one.
Public methodCreateTargetAsync
Public methodDetachFromTargetAsync
Detaches session with given id.
Public methodDisposeBrowserContextAsync
Deletes a BrowserContext. All the belonging pages will be closed without calling their beforeunload hooks.
Protected methodEnumToString(Enum) (Inherited from DevToolsDomainBase.)
Protected methodEnumToString(PermissionType) (Inherited from DevToolsDomainBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExposeDevToolsProtocolAsync
Inject object to the target's main frame that provides a communication channel with browser target. Injected object will be available as `window[bindingName]`. The object has the follwing API: - `binding.send(json)` - a method to send messages over the remote debugging protocol - `binding.onmessage = json => handleMessage(json)` - a callback that will be called for the protocol notifications and command responses.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBrowserContextsAsync
Returns all browser contexts created with `Target.createBrowserContext` method.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTargetInfoAsync
Returns information about a target.
Public methodGetTargetsAsync
Retrieves a list of available targets.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAutoAttachAsync
Public methodSetDiscoverTargetsAsync
Controls whether to discover available targets and notify via `targetCreated/targetInfoChanged/targetDestroyed` events.
Public methodSetRemoteLocationsAsync
Enables target discovery for the specified locations, when `setDiscoverTargets` was set to `true`.
Protected methodToBase64String (Inherited from DevToolsDomainBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also