|
Navigation: Click-Script Guide > Reference > Clauses |
|
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). |