Click or drag to resize

DOMClient.PushNodeByPathToFrontendAsync Method

Version 89.0.170
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: 89.0.170.0 (89.0.170.0)
Syntax
public Task<PushNodeByPathToFrontendResponse> PushNodeByPathToFrontendAsync(
	string path
)

Parameters

path
Type: System.String
Path to node in the proprietary format.

Return Value

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