Click or drag to resize

DOMClient.GetAttributesAsync Method

Version 88.2.90
Returns attributes for the specified node.

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

Parameters

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

Return Value

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