selectNode

fun selectNode(node: Node)(source)

The Range.selectNode() method sets the Range to contain the Node and its contents. The parent Node of the start and end of the Range will be the same as the parent of the referenceNode.

MDN Reference