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

GetGridHighlightObjectsForTestRequest

data class GetGridHighlightObjectsForTestRequest

Request object containing input parameters for the OverlayDomain.getGridHighlightObjectsForTest command.

Constructors

<init>

Request object containing input parameters for the OverlayDomain.getGridHighlightObjectsForTest command.

GetGridHighlightObjectsForTestRequest(nodeIds: List<NodeId>)

Properties

nodeIds

Ids of the node to get highlight object for.

val nodeIds: List<NodeId>