TargetClientAttachToBrowserTargetAsync Method |
Version 130.1.90
Attaches to the browser target, only uses flat sessionId mode.
Namespace: CefSharp.DevTools.TargetAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<AttachToBrowserTargetResponse> AttachToBrowserTargetAsync()
public:
Task<AttachToBrowserTargetResponse^>^ AttachToBrowserTargetAsync()
Return Value
TaskAttachToBrowserTargetResponsereturns System.Threading.Tasks.Task<AttachToBrowserTargetResponse>
See Also