Click or drag to resize

DOMClientGetAttributesAsync Method

Version 86.0.240
Returns attributes for the specified node.

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

Parameters

nodeId
Type: SystemInt32
Id of the node to retrieve attibutes for.

Return Value

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