Can a macro be too fast for its own good

Hi All

I have the following section of a macro where it looks for a element, if its not present, then click the relevant button

{
“Command”: “times”,
“Target”: “10”,
“Value”: “”,
“Description”: “reconcile”
},
{
“Command”: “verifyElementPresent”,
“Target”: “/html/body/div[2]/form/div/div[1]/div[2]/div[1]/div[3]/div[${!times}]/div[3]/div[2]/div/div[2]/div/a”,
“Value”: “”,
“Description”: “reconcile”
},
{
“Command”: “if_v2”,
“Target”: “${!LastCommandOk} == false”,
“Value”: “if no potential others”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “/html/body/div[2]/form/div/div[1]/div[2]/div[1]/div[3]/div[${!times}]/div[2]/a[1]”,
“Value”: “”,
“Description”: “reconcile”
},
{
“Command”: “end”,
“Target”: “”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “end”,
“Target”: “”,
“Value”: “”,
“Description”: “”
},
{

but it appears, for instance, that if there is a ok button to push at number 3 for example, and numbers 2,4,5 have the element visible so it should not push those, it skips 2, presses 3, and then presses the next on as well.

My only conclusion is that its too fast for its own good, so I have included a half second pause, is this the correct way to sort this out?

It’s actually the page/browser is too slow. You can also set the replay speed globally or per macro: UI Automation Open-Source Selenium IDE plus additional features, iMacros alternative