pl.wendigo.chrome.api.dom / GetContentQuadsRequest

GetContentQuadsRequest

data class GetContentQuadsRequest (source)

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

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

Link
DOM#getContentQuads method documentation.

See Also

DOMOperations.getContentQuads

Constructors

<init>

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

Represents request frame that can be used with DOM#getContentQuads operation 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.