getContentQuads
suspend fun getContentQuads(args: DOM.GetContentQuadsParameter, mode: CommandMode = CommandMode.DEFAULT): DOM.GetContentQuadsReturn
Returns quads that describe node position on the page. This method might return multiple quads for inline nodes.
suspend fun getContentQuads(nodeId: Int? = null, backendNodeId: Int? = null, objectId: String? = null): DOM.GetContentQuadsReturn
Returns quads that describe node position on the page. This method might return multiple quads for inline nodes.
Parameters
nodeId
Identifier of the node.
backendNodeId
Identifier of the backend node.
objectId
JavaScript object id of the node wrapper.