pl.wendigo.chrome.domain.dom / GetContentQuadsRequest

GetContentQuadsRequest

data class GetContentQuadsRequest (source)

Represents request frame that can be used with DOM.getContentQuads method call.

Returns quads that describe node position on the page. This method might return multiple quads for inline nodes.

Constructors

<init>

GetContentQuadsRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)

Represents request frame that can be used with DOM.getContentQuads method call.

Properties

backendNodeId

val backendNodeId: BackendNodeId?

Identifier of the backend node.

nodeId

val nodeId: NodeId?

Identifier of the node.

objectId

val objectId: RemoteObjectId?

JavaScript object id of the node wrapper.