repeat Until
public Unit repeatUntil(Integer maxAttempts, Function0<ViewAction> action, Function1<ViewBuilder, Unit> matcher)
Repeats given action on the view until this view will match the given matcher
Parameters
max Attempts
Maximum repeat count of the action
action
Action to be performed
matcher
ViewBuilder that will be used as matcher
See also
View Actions. repeatedly Until