I think you didn't understood my question...
For example:
I have an dialog with 10 radio buttons, which are unchecked. I want to make a loop which will check them one by one with for example 2 sec. dely between every one until all are checked. And this is why I need this kind of wait operator.
Ex.:
Check Radio no.1
wait 2 sec.
Check Radio no.2
wait 2 sec.
etc. etc.