| When you run this task,
it checks whether <window title> exists or not. It keeps on executing loop
command it it finds <window title>. If it does not find the window title,
it stops executing the commands within loop & executes commands after End loop.
This tutorial demonstrates use of 'Loop' & 'If conditions' together which makes it so powerful to solve
complex problems. With loop you can use any other condition like 'File exists', 'File does not exist', 'Folder
exists', 'Folder does not exist', 'Application running', 'Application not running', 'Ping successful', 'Ping unsuccessful'.
You can also use variable in creating conditional Loop structure. |