Since the new version, line breaks using \n are no longer rendering correctly. Try the below in the new version:
{
"Name": "test_line_break",
"CreationDate": "2020-4-9",
"Commands": [
{
"Command": "open",
"Target": "",
"Value": ""
},
{
"Command": "store",
"Target": "Hello\\nWorld\\n\\n",
"Value": "message"
},
{
"Command": "echo",
"Target": "The old version renders the below code with line breaks.",
"Value": ""
},
{
"Command": "type",
"Target": "id=text",
"Value": "${message}"
},
{
"Command": "echo",
"Target": "The line below renders fine in the old version. The new version does not render these as line breaks",
"Value": ""
},
{
"Command": "store",
"Target": "${message}There\\nare\\nno\\breaks",
"Value": "message"
},
{
"Command": "sendKeys",
"Target": "id=text",
"Value": "${message}"
}
]
}
Unfortunately the new version has broken most of the macros I have. Honestly, as great as the ideas are in the new version, it was not tested properly.