Thanks for the feedback. I confirmed issues 1+2 and we will fix this asap.
Issue 4 I will look at later (no Alpine Linux at hand right now).
Issue 3: I am not sure I see the issue. It is normal that you need to reset !statusOK after it has been triggered by a failure to be false. It does not reset by itself.
Or this there another issue I do not see? If I run below macro it looks ok to me:
{
"Name": "t1-1",
"CreationDate": "2024-5-15",
"Commands": [
{
"Command": "store",
"Target": "3",
"Value": "!TIMEOUT_WAIT",
"Description": ""
},
{
"Command": "store",
"Target": "true",
"Value": "!errorignore",
"Description": ""
},
{
"Command": "open",
"Target": "https://ui.vision/rpa/docs/selenium-ide/gotoif",
"Value": "",
"Description": ""
},
{
"Command": "echo",
"Target": "status is ${!statusOK}",
"Value": "blue",
"Description": ""
},
{
"Command": "waitForElementVisible",
"Target": "xpath=//*[@id=\"lostrhsrthgo\"]/img",
"Value": "",
"Description": ""
},
{
"Command": "echo",
"Target": "status is ${!statusOK}",
"Value": "blue",
"Description": ""
}
]
}