AccessibilityClientGetFullAXTreeAsync Method |
Version 92.0.260
Fetches the entire accessibility tree for the root Document
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.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