Click or drag to resize

DOMClientPushNodeByPathToFrontendAsync Method

Version 130.1.90
Requests that the node is sent to the caller given its path. // FIXME, use XPath

Namespace: CefSharp.DevTools.DOM
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<PushNodeByPathToFrontendResponse> PushNodeByPathToFrontendAsync(
	string path
)

Parameters

path  String
Path to node in the proprietary format.

Return Value

TaskPushNodeByPathToFrontendResponse
returns System.Threading.Tasks.Task<PushNodeByPathToFrontendResponse>
See Also