AccessibilityClientGetFullAXTreeAsync Method |
Version 90.6.50
Fetches the entire accessibility tree for the root Document
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax public Task<GetFullAXTreeResponse> GetFullAXTreeAsync(
Nullable<int> max_depth = null
)
public:
Task<GetFullAXTreeResponse^>^ GetFullAXTreeAsync(
Nullable<int> max_depth = nullptr
)
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:
TaskGetFullAXTreeResponsereturns System.Threading.Tasks.Task<GetFullAXTreeResponse>
See Also