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

GetHighlightObjectForTestResponse

data class GetHighlightObjectForTestResponse

Response type for the OverlayDomain.getHighlightObjectForTest command.

Constructors

<init>

Response type for the OverlayDomain.getHighlightObjectForTest command.

GetHighlightObjectForTestResponse(highlight: JsonElement)

Properties

highlight

Highlight data for the node.

val highlight: JsonElement