Click or drag to resize

AccessibilityClientGetChildAXNodesAsync Method

Version 90.6.50
Fetches a particular accessibility node by AXNodeId. Requires `enable()` to have been called previously.

Namespace:  CefSharp.DevTools.Accessibility
Assembly:  CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax
public Task<GetChildAXNodesResponse> GetChildAXNodesAsync(
	string id
)

Parameters

id
Type: SystemString
id

Return Value

Type: TaskGetChildAXNodesResponse
returns System.Threading.Tasks.Task<GetChildAXNodesResponse>
See Also