Click or drag to resize

OverlayClientGetGridHighlightObjectsForTestAsync Method

Version 98.1.210
For Persistent Grid testing.

Namespace:  CefSharp.DevTools.Overlay
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.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