Click or drag to resize

OverlayClientGetGridHighlightObjectsForTestAsync Method

Version 86.0.240
For Persistent Grid testing.

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