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