{ "Command": "echo", "Target": "Warning: Please confirm to continue.", "Value": "" }, { "Command": "executeScript", "Target": "return confirm('Do you want to continue?');", "Value": "userResponse" }, { "Command": "if", "Target": "${userResponse} == true", "Value": "" }, { "Command": "echo", "Target": "Continuing with the next command...", "Value": "" }, { "Command": "else", "Target": "", "Value": "" }, { "Command": "echo", "Target": "Operation cancelled.", "Value": "" }, { "Command": "endIf", "Target": "", "Value": "" }