Click or drag to resize

DOMClientRequestNodeAsync Method

Version 130.1.90
Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of `setChildNodes` notifications.

Namespace: CefSharp.DevTools.DOM
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<RequestNodeResponse> RequestNodeAsync(
	string objectId
)

Parameters

objectId  String
JavaScript object id to convert into node.

Return Value

TaskRequestNodeResponse
returns System.Threading.Tasks.Task<RequestNodeResponse>
See Also