performFocusLost
suspend fun <T : Component> SwingNodeInteraction<T>.performFocusLost(temporary: Boolean = false): SwingNodeInteraction<T>
Delivers a focus-lost notification to the matched node and settles the composition.
The node processes a real FocusEvent of id FocusEvent.FOCUS_LOST; see performFocusGained for what is delivered, what a temporary notification means, and why this is not a focus transfer.
Return
this interaction, for chaining a further gesture or assertion.
Parameters
temporary
false by default; a formatted field commits its value on a permanent loss and leaves it alone on a temporary one.