Click or drag to resize

DOMClient.PushNodeByPathToFrontendAsync Method

Version 109.1.110
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: 109.1.110.0 (109.1.110.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