AccessibilityClientGetRootAXNodeAsync Method  | 
Version 104.4.240 
            Fetches the root node.
            Requires `enable()` to have been called previously.
            
 
    Namespace: 
   CefSharp.DevTools.Accessibility
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<GetRootAXNodeResponse> GetRootAXNodeAsync(
	string frameId = null
)
public:
Task<GetRootAXNodeResponse^>^ GetRootAXNodeAsync(
	String^ frameId = nullptr
)
Parameters
- frameId (Optional)
 - Type: SystemString
The frame in whose document the node resides.If omitted, the root frame is used. 
Return Value
Type: 
TaskGetRootAXNodeResponsereturns System.Threading.Tasks.Task<GetRootAXNodeResponse>
See Also