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