OverlayClientGetGridHighlightObjectsForTestAsync Method |
Version 87.1.132
For Persistent Grid testing.
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public 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