Skip to main content Skip to docs navigation

Now combine the power of batch into actions using <Repeat>

Action
Element Finder Value

e.g. In value field if you enter example<batchRepeat> e.g. If batch repeat is 5 it will run till example4

Supported Patterns

PatternDescription
<batchRepeat>Replaces with the current batch repeat index (starting from 0).
<actionRepeat>Replaces with the current action repeat index (starting from 0).
<sessionCount>Replaces with the current session count (starting from 0).

<batchRepeat>

example<batchRepeat>

example<batchRepeat>  โ†’ example0

<actionRepeat>

item<actionRepeat>

item<actionRepeat>  โ†’ item0

<sessionCount>

run<sessionCount>

run<sessionCount>  โ†’ run0