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