BrowserClientGetWindowForTargetAsync Method |
Version 130.1.90
Get the browser window that contains the devtools target.
Namespace: CefSharp.DevTools.BrowserAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetWindowForTargetResponse> GetWindowForTargetAsync(
string targetId = null
)
public:
Task<GetWindowForTargetResponse^>^ GetWindowForTargetAsync(
String^ targetId = nullptr
)
Parameters
- targetId String (Optional)
- Devtools agent host id. If called as a part of the session, associated targetId is used.
Return Value
TaskGetWindowForTargetResponsereturns System.Threading.Tasks.Task<GetWindowForTargetResponse>
See Also