Click or drag to resize

Target.AttachToBrowserTargetAsync Method

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

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

Return Value

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