| DOMClientPushNodeByPathToFrontendAsync Method  | 
Version 103.0.120 
            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: 103.0.120.0 (103.0.120.0)
 Syntax
Syntaxpublic Task<PushNodeByPathToFrontendResponse> PushNodeByPathToFrontendAsync(
	string path
)
public:
Task<PushNodeByPathToFrontendResponse^>^ PushNodeByPathToFrontendAsync(
	String^ path
)
Parameters
- path
- Type: SystemString
 Path to node in the proprietary format.
Return Value
Type: 
TaskPushNodeByPathToFrontendResponsereturns System.Threading.Tasks.Task<PushNodeByPathToFrontendResponse>
 See Also
See Also