Click or drag to resize

TargetClientAttachToBrowserTargetAsync Method

Version 118.6.80
Attaches to the browser target, only uses flat sessionId mode.

Namespace:  CefSharp.DevTools.Target
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<AttachToBrowserTargetResponse> AttachToBrowserTargetAsync()

Return Value

Type: TaskAttachToBrowserTargetResponse
returns System.Threading.Tasks.Task<AttachToBrowserTargetResponse>
See Also