pl.wendigo.chrome.api.overlay / GetHighlightObjectForTestResponse

GetHighlightObjectForTestResponse

data class GetHighlightObjectForTestResponse (source)

Represents response frame that is returned from Overlay#getHighlightObjectForTest operation call. For testing.

Link
Overlay#getHighlightObjectForTest method documentation.

See Also

OverlayOperations.getHighlightObjectForTest

Constructors

<init>

GetHighlightObjectForTestResponse(highlight: JsonNode)

Represents response frame that is returned from Overlay#getHighlightObjectForTest operation call. For testing.

Properties

highlight

val highlight: JsonNode

Highlight data for the node.