Click or drag to resize

AccessibilityClient.GetRootAXNodeAsync Method

Version 98.1.210
Fetches the root node. Requires `enable()` to have been called previously.

Namespace:  CefSharp.DevTools.Accessibility
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
public Task<GetRootAXNodeResponse> GetRootAXNodeAsync(
	string frameId = null
)

Parameters

frameId (Optional)
Type: System.String
The frame in whose document the node resides.If omitted, the root frame is used.

Return Value

Type: Task<GetRootAXNodeResponse>
returns System.Threading.Tasks.Task<GetRootAXNodeResponse>
See Also