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