repeat
Repeat N times
- repeat:
times: 3
commands:
- tapOn: Button
- scrollRepeat-while
- repeat:
while:
notVisible: "ValueX"
commands:
- tapOn: Button- evalScript: ${output.counter = 0}
- repeat:
while:
true: ${output.counter < 3}
commands:
- tapOn: Button
- evalScript: ${output.counter = output.counter + 1}Last updated
Was this helpful?
