Here is example for simple cycle of clicking on elements:
Cycle clicking script
{
“CreationDate”: “2018-9-11”,
“Commands”: [
{
“Command”: “open”,
“Target”: “Page Not Found”,
“Value”: “”
},
{
“Command”: “store”,
“Target”: “5”,
“Value”: “GLOBAL_counter”
},
{
“Command”: “while”,
“Target”: “${GLOBAL_counter} > 0”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “name=vehicle”,
“Value”: “bike”
},
{
“Command”: “click”,
“Target”: “name=vehicle”,
“Value”: “”
},
{
“Command”: “type”,
“Target”: “name=vehicle”,
“Value”: “bike”
},
{
“Command”: “click”,
“Target”: “name=vehicle”,
“Value”: “”
},
{
“Command”: “storeEval”,
“Target”: “${GLOBAL_counter} - 1”,
“Value”: “GLOBAL_counter”
},
{
“Command”: “endWhile”,
“Target”: “”,
“Value”: “”
}
]
}
But for future questions: please be more direct and provide exact single question and all helping info to support that question.