performMouseMove
suspend fun <T : Component> SwingNodeInteraction<T>.performMouseMove(position: Point): SwingNodeInteraction<T>
Moves the pointer to position over the matched node, then settles the composition. position is in the node's own coordinates.
One MOUSE_MOVED with no button held, which is what a rollover state and a tooltip follow. Arriving over the node and leaving it are performMouseEnter and performMouseExit.
Return
this interaction, for chaining a further gesture or assertion.
Parameters
position
the point the move is reported at; no pointer position is kept between calls, so every gesture carries its own.