Click or drag to resize

OverlayClientGetGridHighlightObjectsForTestAsync Method

Version 97.1.60
For Persistent Grid testing.

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 97.1.60.0 (97.1.60.0)
Syntax
public Task<GetGridHighlightObjectsForTestResponse> GetGridHighlightObjectsForTestAsync(
	int[] nodeIds
)

Parameters

nodeIds
Type: SystemInt32
Ids of the node to get highlight object for.

Return Value

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