Click or drag to resize

AccessibilityClientGetFullAXTreeAsync Method

Version 89.0.170
Fetches the entire accessibility tree for the root Document

Namespace:  CefSharp.DevTools.Accessibility
Assembly:  CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax
public Task<GetFullAXTreeResponse> GetFullAXTreeAsync(
	Nullable<int> max_depth = null
)

Parameters

max_depth (Optional)
Type: SystemNullableInt32
The maximum depth at which descendants of the root node should be retrieved.If omitted, the full tree is returned.

Return Value

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