repeat
The repeat command is used to run a set of commands multiple times.
Examples
You must specify times
or while
and the commands
option.
Repeating commands X times
To repeat 10 times:
Repeating while a condition is true
To keep repeating while an element is visible
, notVisible
or true
:
Last updated