Click or drag to resize

DOMClientPushNodeByPathToFrontendAsync Method

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

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

Parameters

path
Type: SystemString
Path to node in the proprietary format.

Return Value

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