Is it possible to use loops

Yes, with loops you can repeat similar actions several times.

There is 2 type of loop in BorwserAutomationStudio: “For” and “While”.

With “For” you can repeat actions integer number of times, for example, parse 10 first pages, try to get email for 5 times, etc…

With “While” action, you can repeat actions until certain condition is met. Condition format is same as in “If” action. Look at this page for explanation.

Here is some examples: Using for action to parse google output and Using while action to detect page changes

How loops works?


In following example, “Log” action will be executed 10 times:






You can also check [[CYCLE_INDEX]] variable in “If” action: