AccessibilityClientGetFullAXTreeAsync Method |
Version 93.1.111
Fetches the entire accessibility tree for the root Document
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax public Task<GetFullAXTreeResponse> GetFullAXTreeAsync(
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