performMouseRelease
suspend fun <T : Component> SwingNodeInteraction<T>.performMouseRelease(position: Point? = null): SwingNodeInteraction<T>
Releases the primary mouse button on the matched node at position, then settles the composition. position defaults to the middle of the node, in the node's own coordinates.
No MOUSE_CLICKED follows - performClick is the whole gesture.
Return
this interaction, for chaining a further gesture or assertion.
Parameters
position
where the button comes up, which need not be where it went down - a release elsewhere is how a drag ends.