AccessibilityClientGetFullAXTreeAsync Method |
Version 88.2.90
Fetches the entire accessibility tree
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public Task<GetFullAXTreeResponse> GetFullAXTreeAsync()
public:
Task<GetFullAXTreeResponse^>^ GetFullAXTreeAsync()
Return Value
Type:
TaskGetFullAXTreeResponsereturns System.Threading.Tasks.Task<GetFullAXTreeResponse>
See Also