Click or drag to resize

AccessibilityClientGetRootAXNodeAsync Method

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

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

Parameters

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

Return Value

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