Click or drag to resize

AccessibilityClientGetChildAXNodesAsync Method

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

Namespace: CefSharp.DevTools.Accessibility
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetChildAXNodesResponse> GetChildAXNodesAsync(
	string id,
	string frameId = null
)

Parameters

id  String
id
frameId  String  (Optional)
The frame in whose document the node resides.If omitted, the root frame is used.

Return Value

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