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