Click or drag to resize

DOMClientGetAttributesAsync Method

Version 130.1.90
Returns attributes for the specified node.

Namespace: CefSharp.DevTools.DOM
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetAttributesResponse> GetAttributesAsync(
	int nodeId
)

Parameters

nodeId  Int32
Id of the node to retrieve attributes for.

Return Value

TaskGetAttributesResponse
returns System.Threading.Tasks.Task<GetAttributesResponse>
See Also