performMouseEnter
suspend fun <T : Component> SwingNodeInteraction<T>.performMouseEnter(position: Point? = null): SwingNodeInteraction<T>
Brings the pointer onto the matched node at position and settles the composition. position defaults to the middle of the node, in the node's own coordinates.
Return
this interaction, for chaining a further gesture or assertion.
Parameters
position
the point the pointer arrives at, which a UI takes its rollover state from.