OverlayClientGetGridHighlightObjectsForTestAsync Method  | 
Version 106.0.290 
            For Persistent Grid testing.
            
 
    Namespace: 
   CefSharp.DevTools.Overlay
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<GetGridHighlightObjectsForTestResponse> GetGridHighlightObjectsForTestAsync(
	int[] nodeIds
)
public:
Task<GetGridHighlightObjectsForTestResponse^>^ GetGridHighlightObjectsForTestAsync(
	array<int>^ nodeIds
)
Parameters
- nodeIds
 - Type: SystemInt32
Ids of the node to get highlight object for. 
Return Value
Type: 
TaskGetGridHighlightObjectsForTestResponsereturns System.Threading.Tasks.Task<GetGridHighlightObjectsForTestResponse>
See Also