Click or drag to resize

AccessibilityClientGetChildAXNodesAsync Method

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

Namespace:  CefSharp.DevTools.Accessibility
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.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