Click or drag to resize

BrowserClientGetWindowForTargetAsync Method

Version 130.1.90
Get the browser window that contains the devtools target.

Namespace: CefSharp.DevTools.Browser
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetWindowForTargetResponse> GetWindowForTargetAsync(
	string targetId = null
)

Parameters

targetId  String  (Optional)
Devtools agent host id. If called as a part of the session, associated targetId is used.

Return Value

TaskGetWindowForTargetResponse
returns System.Threading.Tasks.Task<GetWindowForTargetResponse>
See Also