78. selectNodeAt

Parameter syntax:

[ 'orParent' | 'extend' ]?

Selects the node clicked upon.

If the orParent option is specified, clicking again, exactly at the same place (i.e. without moving the mouse at all), selects the parent of the element selected by the previous invocation of this command.

If the extend option is used and if there is a node selection, this command extends the selected node range by adding sibling nodes to it. The location of the mouse click specifies how many sibling nodes are to be added.

See also selectBlockAtY.