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

HighlightNodeRequest

data class HighlightNodeRequest

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

Constructors

<init>

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

HighlightNodeRequest(highlightConfig: HighlightConfig, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, selector: String? = null)

Properties

backendNodeId

Identifier of the backend node to highlight.

val backendNodeId: BackendNodeId?

highlightConfig

A descriptor for the highlight appearance.

val highlightConfig: HighlightConfig

nodeId

Identifier of the node to highlight.

val nodeId: NodeId?

objectId

JavaScript object id of the node to be highlighted.

val objectId: RemoteObjectId?

selector

Selectors to highlight relevant nodes.

val selector: String?