Click or drag to resize

TargetClientAttachToBrowserTargetAsync Method

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

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

Return Value

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