Skip to main content

untilAllSelectionsAre

Variant of untilAnySelectionIs. Waits until selection state of all elements from the given elements, matches the desired state.

untilAllSelectionsAre(desiredSelectionState, elemId, elemId, ...)
# Or
untilAllSelectionsAre(desiredSelectionState, [elemId, elemId, ...])