Hi
I am running it on a private website and cannot provide an exact macro. Sorry. Here is the while loop I am running! . Try running this and it will stop after some time. The message shown in the window panel is Tag waiting 1s (1) | Line 78 | Round 1/1 and stuck there!
The macro stops after running for some time
{
"Command": "store",
"Target": "true",
"Value": "!errorignore",
"Description": ""
},
{
"Command": "store",
"Target": "true",
"Value": "!statusOK",
"Description": ""
},
{
"Command": "store",
"Target": "1",
"Value": "!timeout_wait",
"Description": ""
},
{
"Command": "verifyElementPresent",
"Target": "linkText=pay",
"Value": "",
"Description": ""
},
{
"Command": "while",
"Target": "${!statusOK} == false",
"Value": "",
"Description": ""
},
{
"Command": "click",
"Target": "id=Payment",
"Value": "",
"Description": ""
},
{
"Command": "store",
"Target": "true",
"Value": "!statusOK",
"Description": ""
},
{
"Command": "verifyElementPresent",
"Target": "linkText=pay",
"Value": "",
"Description": ""
},
{
"Command": "end",
"Target": "",
"Value": "",
"Description": ""
},
{
"Command": "waitForPageToLoad",
"Target": "",
"Value": "",
"Description": ""
},