| DOMClientSetInspectedNodeAsync Method  | 
Version 90.6.50 
            Enables console to refer to the node with given id via $x (see Command Line API for more details
            $x functions).
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<DevToolsMethodResponse> SetInspectedNodeAsync(
	int nodeId
)
public:
Task<DevToolsMethodResponse^>^ SetInspectedNodeAsync(
	int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
 DOM node id to be accessible by means of $x command line API.
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
 See Also
See Also