Navigation:  Click-Script Guide > Reference >

Clauses

Previous pageReturn to chapter overviewNext page

The clauses are click-script actions that you will use to change the execution's flow:

 

If / Else If / Else / End If clauses to create conditional flows.
For / End For and While / End While to create loops' blocks.
Remote / End Remote to execute the click-script action either in desktop (actions outside the remote block) or in remote device (actions inside the remote block).
Label and Goto to create unconditional jumps.
Break and Exit to jump outside the closest loop's block.