chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / GetGridHighlightObjectsForTestResponse

GetGridHighlightObjectsForTestResponse

data class GetGridHighlightObjectsForTestResponse

Response type for the OverlayDomain.getGridHighlightObjectsForTest command.

Constructors

<init>

Response type for the OverlayDomain.getGridHighlightObjectsForTest command.

GetGridHighlightObjectsForTestResponse(highlights: JsonElement)

Properties

highlights

Grid Highlight data for the node ids provided.

val highlights: JsonElement